Add a new record to a table

Andy_CD

Bumbling Idiot
Local time
Today, 12:43
Joined
Feb 6, 2017
Messages
23
I have a table that I would like users to update. Ideally I would like them to press a button that then opens a message box or form where they can enter their name. Then with another button click their name is added to the field in the table. This table then feeds a picking list for something else later on.
Cheers!
 
Then with another button click their name is added to the field in the table.
In an existing record, in which case which one or in a new record.
 
Hi Bob,
sorry wrote it all a bit too quickly!
So I want it to be appended to a field in the table as a new record
 
You could open a form, bound to the table, and have a combo box on that form which lists all the users in your users table. The combo box would be bound to a field in the table of the new record.
 

Users who are viewing this thread

Back
Top Bottom