Share via

Save subform data to table

Anonymous
2012-07-09T18:52:41+00:00

The main form is for a log in event that is based on a two table query. Either a name is selected from a combo box or a bar code is entered. The name and time of entry are displayed on the subform. I need to be able to save that data to the table that the subform is based on but nothing I've tried works. What am I missing?

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

11 answers

Sort by: Most helpful
  1. Anonymous
    2012-07-13T00:36:48+00:00

    I've heard that saving a calculated field to a table is redundant and can cause problems down the road.  Perhaps displaying the calculated field in a report would provide the data you would like.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2012-07-12T20:32:54+00:00

    Link fields are correct. When barcode is entered or name selected the correct data appears on the sub form, but all my efforts to have that data saved to the table that the subform is based on fails. I've tried just to access the sub form using

    Forms![ProjectCheckIn]![CheckIn_sub].Form![Volunteer_Id]

    Volunteer_Id is the child link on the sub form.

    Everything on the form is working fine; just this problem of not being able to save the data.

    Was this answer helpful?

    0 comments No comments
  3. ScottGem 68,830 Reputation points Volunteer Moderator
    2012-07-12T12:20:03+00:00

    The subform record source is a table to log check in date and time. The Volunteer_Id in this table which is a combo box that gets data from one of the tables that the main form is based on. The control source is a query based on two tables. The main form and sub form are linked by the Id and Volunteer_Id fields.

    When I try to access the subform I get a message say it can't find that field.

    Sounds like you have either the Parent or Child link set incorrectly. Select the Subform CONTROL (not the open the subform itself) in Design mode and check the Data tab to make sure the link fields are set correctly.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2012-07-11T18:49:03+00:00

    The subform record source is a table to log check in date and time. The Volunteer_Id in this table which is a combo box that gets data from one of the tables that the main form is based on. The control source is a query based on two tables. The main form and sub form are linked by the Id and Volunteer_Id fields.

    When I try to access the subform I get a message say it can't find that field.

    Was this answer helpful?

    0 comments No comments
  5. ScottGem 68,830 Reputation points Volunteer Moderator
    2012-07-09T20:06:52+00:00

    What is the recordsource of the subform and the Controlsource of the controls?

    Was this answer helpful?

    0 comments No comments