Is it possible in access 2000 to create a form that enter informa.

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

Guest

Im a final year university student trying to create a access database and
need to know if a form can enter information into more than one table?
 
ness said:
Im a final year university student trying to create a access database and
need to know if a form can enter information into more than one
table?

Yes.

Just write VBA DAO code to INSERT whatever data you want into whatever
Tables you want based on the data displayed in the Controls on the
Form.


Sincerely,

Chris O.
 
Back
Top