T tintin16 Registered User. Local time Today, 06:33 Joined Jul 14, 2004 Messages 12 Jul 29, 2004 #1 guys, how do i add a new field once i have created the form????? plz help me out. thanks in advance
Mile-O Back once again... Local time Today, 11:33 Joined Dec 10, 2002 Messages 11,316 Jul 29, 2004 #2 You can't add fields from a form. You have to add a field from a table.
T tintin16 Registered User. Local time Today, 06:33 Joined Jul 14, 2004 Messages 12 Jul 29, 2004 #3 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>????
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>????
Mile-O Back once again... Local time Today, 11:33 Joined Dec 10, 2002 Messages 11,316 Jul 29, 2004 #4 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.
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.