Hi There, i have a database which has 2 tables:
tbl_fdri_locations
tbl_sri_locations
these tables are the same, although with different field names. Each table will have different locations.
I have a form which im going to be using for reporting issues:
frm_issue_log
Within this form are 2 radio buttons (not attached to anything):
radio_fdri
radio_sri
the form runs off a table:
tbl_issue_log
Within this table is a field:
location_name (which just now is a simple text field).
So, here's my dilema. I would like it when the user enters data on my form, when they click the "radio_fdri" button, it will populate my "location_name" field with a look up from "tbl_locations_fdri" and if they pick "radio_sri" then it will populate this field with look up options from "tbl_locations_sri" .
im not very up to speed with VBA, so any help with this would be greatly appreciated,
many thanks,
Neil
tbl_fdri_locations
tbl_sri_locations
these tables are the same, although with different field names. Each table will have different locations.
I have a form which im going to be using for reporting issues:
frm_issue_log
Within this form are 2 radio buttons (not attached to anything):
radio_fdri
radio_sri
the form runs off a table:
tbl_issue_log
Within this table is a field:
location_name (which just now is a simple text field).
So, here's my dilema. I would like it when the user enters data on my form, when they click the "radio_fdri" button, it will populate my "location_name" field with a look up from "tbl_locations_fdri" and if they pick "radio_sri" then it will populate this field with look up options from "tbl_locations_sri" .
im not very up to speed with VBA, so any help with this would be greatly appreciated,
many thanks,
Neil