razdanrahul
New member
- Local time
- Today, 05:16
- Joined
- Nov 10, 2008
- Messages
- 6
Hi Guys,
I have a table with the following fields:
StoreID (PK)
StoreName (Text)
Address (Text)
Default (?????)
I want to create the table with a list of stores where only 1 store can be a 'Default' store.
Is there any way that I can force this in the table design (like a radio button functionality, where if I select one other are unselected).
Currently I have a 'Check Box' in the 'Default' field and am trying to handle this via VB code.
Thanks.
I have a table with the following fields:
StoreID (PK)
StoreName (Text)
Address (Text)
Default (?????)
I want to create the table with a list of stores where only 1 store can be a 'Default' store.
Is there any way that I can force this in the table design (like a radio button functionality, where if I select one other are unselected).
Currently I have a 'Check Box' in the 'Default' field and am trying to handle this via VB code.
Thanks.