fields doesn't show

yogi

Registered User.
Local time
Yesterday, 23:44
Joined
Mar 26, 2007
Messages
47
I added a new field into a table. I have a button on my form that I want to put code behind it. When I try to used this new fields its doesn'T show at all.
ex if i added the field test, i dont see it when i say " me."
 
Your new column probably not yet has been added to the recordsource of the form.
 
how do you do this?
 
When you first go into the design of your form there is a little black box showing on the top left.

Right click it and select properties.
Go to the tab "Data" and the top most option is Record source, there you can see if you are missing that and there you can also add it.

Also for Me. to work you need to have a control for the new column on the form as well.
 

Users who are viewing this thread

Back
Top Bottom