Hi
I have a table with 3 Fields
- TableID (Autonumber primary key)
- RoleID (Number)
- StafID (Number)
I want to create an index combining RoleID and StaffID - (called Trevor)
I can create a multip field index using the menu item for this. And call it Trevor. But how do I access this key in say a Query?
Alternatively I could creat another field in the table which simply concatenates the 2 fields automatically. But how do I do that.
Sorry if these are basic questions for some you experts...
Thanks
I have a table with 3 Fields
- TableID (Autonumber primary key)
- RoleID (Number)
- StafID (Number)
I want to create an index combining RoleID and StaffID - (called Trevor)
I can create a multip field index using the menu item for this. And call it Trevor. But how do I access this key in say a Query?
Alternatively I could creat another field in the table which simply concatenates the 2 fields automatically. But how do I do that.
Sorry if these are basic questions for some you experts...
Thanks