Search results

  1. J

    Not updateable form even when replaced with old form

    Hi there. I have never come across this and I'm hoping for some insight. In my database I have a form that is now saying it is not updatable. I went to a previous copy of this database and the form works fine there. I took a copy of this working form (and query behind it) and replaced the...
  2. J

    Gotocontrol-how to find the source code

    Hi there, I inherited a database that on it's main client page has navigation buttons (emergency contact/client notes/evaluation info/main client info(default page that opens when form is open)/etc. These navigation buttons will open and set focus to the specific subform. Each of the subforms...
  3. J

    Subform to requery from 1st subform

    I have 2 subforms on a page. The first subform holds data from other sources-claims that have been submitted and paid. The 2nd subform shows all the claims that are currently in her database. The user needs to move these finished claims to her database. She can look over the data, confirm it...
  4. J

    Append to table based on subform, then update subform

    I have built an import program. It pulls in all the data from 2 other systems runs consolidations and matches it by each client. The user needs to view the claims (data) from the imported spreadsheet. If these claims are not in her database, she needs append the data to her claims table. I...
  5. J

    Overwrite excel with new data from access

    Hi all, I am hoping this is a simple fix. I used some vb code to kick out data to my excel file. Basically each time the code is run, the new data overwrites the previous data on the excel sheet. This works, it overwrites, BUT it doesn't clear out the previous information. So say I ran it...
  6. J

    Adding Partners to invoice with primary person

    Hello, In my Clienttable we have a field if that Client is partnered with someone else. One person is considered the primaryClient and the others are partners. Most of my primaryClients have just one partner, but I have a handful of folks that have multiple partners. These folks share/split...
  7. J

    Set field dependent on other subform

    I have a tabbed form. MainTabForm On one tab I have a billing subform. The billingsubform is basic shows date and a field called timeperiod. The client bills by specific time periods so all bills/fees for March go into one bill- all fees for June another/etc. This billingsubform has 2...
  8. J

    getting name for report

    Hello all, I have a search form for my user. They can pull up a report with the current balances for each customer. Works fine if the customer has a balance. I added a pop up box for times when there is no data. However, the client wants to have the report still appear with the customer...
Top Bottom