L
lhcpr
Hello all,
I am relatively new to access and have a question which has bee
puzzling me. The example below is very simplified to simulate m
predicament.
Here it is:
1) I have 2 tables with the fields as below:
a)_Customer_Info_
*ID #: * Primary Key; Autonumber
*Case Type:* Combo Box, three choice
*Provider:* Combo Box, three choices
b)_Detailed_History_
ID #:[/B] PRIMARY KEY; NUMBER
*COMPLETE:* CHECK BOX/YES-NO
*RECEIVED:* CHECK BOX/YES-NO
*VERIFIED:* CHECK BOX/YES-NO
THE TABLES ARE JOINED BY A RELATIONSHIP BETWEEN _CUSTOMER_INFO:_ *ID#
AND _DETAILED_HISTORY:_ ID
2) I have created a main form using the Customer Info Table and
separate Detailed History Form.
3) I have created a command button on the main Customer Info Form t
open up the Detailed History Form
4) What I am having problems with is getting the ID # field (fro
Customer Info Form) automatically inserted into ID # field (on th
Detailed History form) after it has been opened by clicking the butto
on the main. The idea is that I would then manually fill out th
remaining information.
Since they are related, shouldn't it be possible to do this??
Could anyone give me some suggestions/ideas/improvements to get this t
work?????
Cheers
lhcp
I am relatively new to access and have a question which has bee
puzzling me. The example below is very simplified to simulate m
predicament.
Here it is:
1) I have 2 tables with the fields as below:
a)_Customer_Info_
*ID #: * Primary Key; Autonumber
*Case Type:* Combo Box, three choice
*Provider:* Combo Box, three choices
b)_Detailed_History_
ID #:[/B] PRIMARY KEY; NUMBER
*COMPLETE:* CHECK BOX/YES-NO
*RECEIVED:* CHECK BOX/YES-NO
*VERIFIED:* CHECK BOX/YES-NO
THE TABLES ARE JOINED BY A RELATIONSHIP BETWEEN _CUSTOMER_INFO:_ *ID#
AND _DETAILED_HISTORY:_ ID
2) I have created a main form using the Customer Info Table and
separate Detailed History Form.
3) I have created a command button on the main Customer Info Form t
open up the Detailed History Form
4) What I am having problems with is getting the ID # field (fro
Customer Info Form) automatically inserted into ID # field (on th
Detailed History form) after it has been opened by clicking the butto
on the main. The idea is that I would then manually fill out th
remaining information.
Since they are related, shouldn't it be possible to do this??
Could anyone give me some suggestions/ideas/improvements to get this t
work?????
Cheers
lhcp