Access Access 2003 Value in a combo box

Joined
Sep 6, 2007
Messages
2
Reaction score
0
Does anyone know how I can have a combo box to keep the value on the form for when i am entering records and also to store the value into the table with all the other data.

Cheers

Steve
 
Joined
Aug 31, 2007
Messages
58
Reaction score
0
when i needed to put in data to multiple places, i create a table to temporarily hold the value(s) on a single row.

as the form opened, it cleared the temp table, and allowed you to enter your data.
when that form is closed, that was then written to the temp table on a single row.
closing the table also opens another form which draws its data from that temp table, filling in the blanks for 3 or 4 cells, and waiting for the rest.
when that 2nd form is closed it writes ==all== of the info on the form to the destination table.

this is useful when a form has several tabs and those initial 3 or 4 fields are displayed on each tab.

you can also use a command button to run a macro to store the info.

also, look for microsoft mvp websites on the topic. always a good source. and microsoft's access forum.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top