tab control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I was wondering if anyone can show me how to put all the fields from a table
into a tab form(like how they do it in form wizard) without manually doing it
for every field. Thanks
 
1. Let the wizard create a generic form with all the fields for you from the table.
2. In Design View select all the controls by going to Edit | Select All
3. Copy all control to Clipboard by going to Edit | Copy
4. Create a new blank form with record source being the table.
6. Put a tab control on the form in Design View.
7. Select the tab control itself and then do Edit | Paste to paste all the controls onto the tab
control.
8. Make any other changes you wish.

--
Jeff Conrad
Access Junkie - MVP
http://home.bendbroadband.com/conradsystems/accessjunkie.html
Access 2007 Info: http://www.AccessJunkie.com

in message:
 
Back
Top