Add new field

tintin16

Registered User.
Local time
Today, 06:33
Joined
Jul 14, 2004
Messages
12
guys,

how do i add a new field once i have created the form?????
plz help me out.

thanks in advance
 
You can't add fields from a form. You have to add a field from a table.
 
add new field

what i meant was... i have a table and have a form with a few selected fieelds from that table. Now, i want to add another filed from the table to the form,, how can i do that>????
 
Select the relevant control from the Toolbox (you probably want a textbox) and 'draw' it on your form.

Select its properties and set the ControlSource to the field you want.

Word of note: you are better off to make a query of the table and bind that to the form rather than the table itself.
 

Users who are viewing this thread

Back
Top Bottom