K
Ken
Ok, I'm an Oracle Forms developer and have never used Access and feel like a
dope doing this simple new project in Access. This should be real simple,
but I'm not having any luck.
I have a form with a master detail relationship and on the master
relationship I have a table associated with this that needs data from another
table not on that form, how can I get this data?
More specifically, I have the Customer ID on the Order master side, but I
want to go out to the 'customer master' and pull some of that data into this
form as display only. Do I use an expression after creating a text box?
This is what I've done and I've got as the expression (example is with the
Customer's last name only), something like:
=(select [Last Name] from [tCustomers] where [tCustomers][ID] = [Customer ID])
and I keep getting #Name? displayed on this field.
[Customer ID] is, I assume, my form value.
Am I going about this all wrong? Any help with this at all just to lead me
in the right direction would be super!
Thanks,
Ken
dope doing this simple new project in Access. This should be real simple,
but I'm not having any luck.
I have a form with a master detail relationship and on the master
relationship I have a table associated with this that needs data from another
table not on that form, how can I get this data?
More specifically, I have the Customer ID on the Order master side, but I
want to go out to the 'customer master' and pull some of that data into this
form as display only. Do I use an expression after creating a text box?
This is what I've done and I've got as the expression (example is with the
Customer's last name only), something like:
=(select [Last Name] from [tCustomers] where [tCustomers][ID] = [Customer ID])
and I keep getting #Name? displayed on this field.
[Customer ID] is, I assume, my form value.
Am I going about this all wrong? Any help with this at all just to lead me
in the right direction would be super!
Thanks,
Ken