Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

saving records

Status
Not open for further replies.

GirlBlonde

Programmer
Oct 30, 2007
94
AU
Hi

i have created a form where i use a combo box to look up a name and then it populates other fields via the code [Forms]![FrmNewApplication]![CboRCN].[Column](1)

my issue is probably basic but i am stuck nevertheless. when i click on the save button any new fields populated by these automated fields do not save into the table. only fields with the record source from the table. how can i tell access that i want for eg firstname to be saved using the second colum in a combo box? save users entering excessive data?

any help thanks.

Energy & persistance conquer all things!
 
Have you "bound" the relevant fields to the underlying table/recordset?

If not, you need to do that, or to preform the update by executing an update query in the onclick event of the save (see docmd.runsql, docmd.setwarnings, and UPDATE in help)

Regards

Ken Reay
Freelance Solutions Developer
Boldon Information Systems Ltd
UK
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top