how to load a table in a tab control?

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

Guest

i have a problem.
i have created 3 tables. table A, B and C.
i want to perform data entry on forms, using the tab control function, with
different pages. Each page within the tab control is for a particular table.
For instance, page 1 is for table A. page 2 for table B and so on.
my problem is that i don't know how to call up these tables when i click on
a particular page.
can anyone help to give me a clue?
thanks
 
thanks for ur advise.
so now i know....i gota do 3 separate forms. and all these 3 forms would be
loaded into another form that uses tab control. am i right?
one more question....
because these form are used for data entry, how can i do data entry for
pictures? i know i should declare it as OLE object in the table.
but in the form (or tab control page, in this case), how can i insert a
picture?
pls advise.
thanks
 
Back
Top