Help needed for project-Access 2002(office xp)
PROBLEM: Figuring out how to lookup a record and DDate field in Table1 -
Take that DDate-field data from record looked up and assign it to Date field
in a new record on a form using Table2.
BASIC
Table1
Fields: DID -Primary KEY
DDate --Information I need to move to new form
The Form uses :
Table2
Fields: IID -Autonumber Primary Key
ID
Date- -Where I need to move the data to
Name
Street
ECT-
I have the form that uses Table 2- It lookups the name,street etc from a
customer file (Table3, but not related to this problem), The form is an
invoice entry and the invoices are written sometimes days in advance.. So I
was going to write the date to a table and access it from a lookup on each
form. (Also it will help me access other data in other tables by learning
how to do this)
Any help is appreciated.. Also is there a good reference for understanding
how to get to data generated by a query, forms and tables? I have 3
reference books including Access 2002 Bible,How to do Everything with Access
2002, and Microsoft Access Inside Out-2002. None of these really have any
kind of simple and direct explaination of how to do this..
I haven't really used the visual programming, Old Basic programs seem
soooo... much easier to control-program.
PROBLEM: Figuring out how to lookup a record and DDate field in Table1 -
Take that DDate-field data from record looked up and assign it to Date field
in a new record on a form using Table2.
BASIC
Table1
Fields: DID -Primary KEY
DDate --Information I need to move to new form
The Form uses :
Table2
Fields: IID -Autonumber Primary Key
ID
Date- -Where I need to move the data to
Name
Street
ECT-
I have the form that uses Table 2- It lookups the name,street etc from a
customer file (Table3, but not related to this problem), The form is an
invoice entry and the invoices are written sometimes days in advance.. So I
was going to write the date to a table and access it from a lookup on each
form. (Also it will help me access other data in other tables by learning
how to do this)
Any help is appreciated.. Also is there a good reference for understanding
how to get to data generated by a query, forms and tables? I have 3
reference books including Access 2002 Bible,How to do Everything with Access
2002, and Microsoft Access Inside Out-2002. None of these really have any
kind of simple and direct explaination of how to do this..
I haven't really used the visual programming, Old Basic programs seem
soooo... much easier to control-program.
Comment