mubi_masti
Registered User.
- Local time
- Today, 16:34
- Joined
- Oct 2, 2011
- Messages
- 46
Can any one help me in developing a column in query to create different time slots for each record like following:
IDs Time
new080592001 11:00 am
new080592002 11:00 am
new080592003 12:00 am
new080592004 12:00 am
new080592005 02:00 am
new080592006 02:00 pm
secondly how i can add unique values by developing append query .
For example i have developed a query which takes values from text boxes but those values are not unique in a table. The query append all values instead of providing unique values.
10-Oct-11 Ali Fayyaz
10-Oct-11 Ali Fayyaz
10-Oct-11 Ali Fayyaz
I want the query append only one record only instead of three records.
IDs Time
new080592001 11:00 am
new080592002 11:00 am
new080592003 12:00 am
new080592004 12:00 am
new080592005 02:00 am
new080592006 02:00 pm
secondly how i can add unique values by developing append query .
For example i have developed a query which takes values from text boxes but those values are not unique in a table. The query append all values instead of providing unique values.
10-Oct-11 Ali Fayyaz
10-Oct-11 Ali Fayyaz
10-Oct-11 Ali Fayyaz
I want the query append only one record only instead of three records.