Search results

  1. B

    Having some subform fields auto fill from mainform fields

    How can I get some mainform fields' data to be the first entry in a subform? From the mainform, I would like the Head of Household name and date of birth to be carried over to the first entry in the HouseholdMembers subform. The two forms are tied to separate tables. For each household member...
  2. B

    New record saving on top of old record

    I'm not sure if this is a table or a form question. What I'd like to have happen is that a new record will be saved for each recipient by year with the dates of service for each month of that year. Table design: DOSInd (PK) Auto# RecipID (FK) Number Year Text Jan Text Feb Text . . ...
  3. B

    blank form in form view but fields present in design view

    After reading many of the posts here, I decided that one of the problems with the tables in the db I was working on was in the primary keys. I had used the same field name as the primary key in all of my tables. This was RecipID, which was a user entered textbox with an example in a label beside...
  4. B

    Clear Displayed memobox instructions

    Hello, I'm new at this, but here goes. I have a memobox on a form that I set the DefaultValue to display instructions for what to enter in the memobox. I would like these instructions to be visible until the user clicks or tabs into the box. Then I would like these instructions to disappear...
Top Bottom