H
Hoopster
I really need help here. In my last job I used a DataBase Program called
RBase and actually wrote a lot of Code producing some great Data. I was
approached by my Supervisor in my new Job and asked if I could design a few
DataBases for them for various things and I said sure. I didn't think there
could possibly be that much difference between RBase and Access. Maybe the
Commands might be a little different but I didn't think I would have that
much trouble picking them up.
I have four Tables, Customer Data which is going to hold all the Data
entered by the user, Customers which has a list of Customers and a Customer
ID Field, Description which has a list of Products the Description ID and
Customer ID and Item Numbers which has the Products Item Number the Item
Number ID and the Description ID.
All I am trying to do is in a Form, list the Product Description in a
Drop Down Box using the Customer ID where each Customer has a distingued list
of Products and the Item Number based on the result of the first Lookup
Result.
Before I would have written Code like, SELECT T1.Description FROM
Description T1, Customers T2 WHERE T1.Customer ID = T2.Customer ID. It looks
to me like the same Code in Access would be
SELECT("[Description]","Description","[Customer ID] = Customers![Customer
ID]"). I know this isn't right because it doesn’t work. Where am I going
wrong?
RBase and actually wrote a lot of Code producing some great Data. I was
approached by my Supervisor in my new Job and asked if I could design a few
DataBases for them for various things and I said sure. I didn't think there
could possibly be that much difference between RBase and Access. Maybe the
Commands might be a little different but I didn't think I would have that
much trouble picking them up.
I have four Tables, Customer Data which is going to hold all the Data
entered by the user, Customers which has a list of Customers and a Customer
ID Field, Description which has a list of Products the Description ID and
Customer ID and Item Numbers which has the Products Item Number the Item
Number ID and the Description ID.
All I am trying to do is in a Form, list the Product Description in a
Drop Down Box using the Customer ID where each Customer has a distingued list
of Products and the Item Number based on the result of the first Lookup
Result.
Before I would have written Code like, SELECT T1.Description FROM
Description T1, Customers T2 WHERE T1.Customer ID = T2.Customer ID. It looks
to me like the same Code in Access would be
SELECT("[Description]","Description","[Customer ID] = Customers![Customer
ID]"). I know this isn't right because it doesn’t work. Where am I going
wrong?