Basic form coding in Access 97?

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

Guest

I have a sheet setup in Excel with a couple Macros but we'd like to move it to Access. Only Access version we have is 97. Can anyone recommend any tutorial type sites that would give me a starting point for the coding syntax and such to use in Access 97

I would just need basic things like taking data from text boxes and writing the data to various tables/fields and things like that

Thanks
 
The help in Access97 and the examples within Northwind.mdb
that shipped with 97 should point you in the right
direction.

They may seem either a bit simplistic or over complex
depending on your expectations but worth working through
nonetheless.

Failing that the 'For Dummies:' guides published by IDG
Books are worth checking out.

If you feel ambitious then go for the Sybex "Access97
Developers Handbook" by Litwin, Getz and Gilbert.

Good luck

Nick Coe
Lincoln UK
classicnick at yahoo dot com
-----Original Message-----
I have a sheet setup in Excel with a couple Macros but
we'd like to move it to Access. Only Access version we
have is 97. Can anyone recommend any tutorial type sites
that would give me a starting point for the coding syntax
and such to use in Access 97?
I would just need basic things like taking data from text
boxes and writing the data to various tables/fields and
things like that.
 
Back
Top