Hello gurus.
Quite new to acccess, would appreciate some assistance.
So here's what i want acomplish. Have 2 pairs of dependent dropdown lists and i try to put the users choice's on another table.
Here's my tables:
Category
ID > AutoNumber & PK
CategoryName > Txt
Task
ID > AutoNumber & PK
Taskname > Txt
IDCategory > Numerical
M_Machine
Machine > Txt & PK
Type_ID > Numerical
M_Type
Type_ID > Numerical
Type > Txt & PK
and finally the table taht i wanna store information
Data
IDData > AutoNumber & PK
type machine > Txt
machine > txt
IDTask > numerical
The dependent dropdwon lists are perfectlly functionnal on my form (thanks to tek tips FAQ ),but no way, no data in me Data table
By the way how you can "choice" the table to store data from combos and other input fields? Are the current sore data only defined by relationships or you could enter some vba code to accomplish that?
Best regards
Quite new to acccess, would appreciate some assistance.
So here's what i want acomplish. Have 2 pairs of dependent dropdown lists and i try to put the users choice's on another table.
Here's my tables:
Category
ID > AutoNumber & PK
CategoryName > Txt
Task
ID > AutoNumber & PK
Taskname > Txt
IDCategory > Numerical
M_Machine
Machine > Txt & PK
Type_ID > Numerical
M_Type
Type_ID > Numerical
Type > Txt & PK
and finally the table taht i wanna store information
Data
IDData > AutoNumber & PK
type machine > Txt
machine > txt
IDTask > numerical
The dependent dropdwon lists are perfectlly functionnal on my form (thanks to tek tips FAQ ),but no way, no data in me Data table
By the way how you can "choice" the table to store data from combos and other input fields? Are the current sore data only defined by relationships or you could enter some vba code to accomplish that?
Best regards