I have ooked everywhere for help on this and can ony find how to do it for a form!!
I am trying to set up a table so that when a mode number is seected other fieds will fill in it consists of:
Model_Table
Model_No [primary key]
Till_Roll_Size
Ribbon
Cash_Drawer
Purchase_Table
Product_Id [autonumber primary key]
site_name
serial_number
model_number
till_roll
ribbon_size
drawer
date_of_purchase
length_of_guarantee
Maintenance
I want it so that when someone selects a model in the purchase table it fills in till_roll ribbon_size and drawer with the data from the model_table.
I have set up a query containing:
model_number [purchase_table]
till_roll_size [model_table]
ribbon [model_table]
cash_drawer [model_table]
what do i need to do next? please help im going out of my mind cheers
I am trying to set up a table so that when a mode number is seected other fieds will fill in it consists of:
Model_Table
Model_No [primary key]
Till_Roll_Size
Ribbon
Cash_Drawer
Purchase_Table
Product_Id [autonumber primary key]
site_name
serial_number
model_number
till_roll
ribbon_size
drawer
date_of_purchase
length_of_guarantee
Maintenance
I want it so that when someone selects a model in the purchase table it fills in till_roll ribbon_size and drawer with the data from the model_table.
I have set up a query containing:
model_number [purchase_table]
till_roll_size [model_table]
ribbon [model_table]
cash_drawer [model_table]
what do i need to do next? please help im going out of my mind cheers