Viewing 13 posts - 1 through 13 (of 13 total)
Thank you. Using a PIN (Personal Id Number) as a primary key.
February 28, 2011 at 5:00 am
Many, many thanks ChazMan. Your information is appreciated
JS
February 24, 2011 at 9:47 am
Mr. Jones,
There are a total of 6 tables and 2 databases. I have 4 tables in my database. I have access to the other 2 tables in another database. The...
December 21, 2009 at 11:58 am
Hi,
I'll have to reply on Monday. The db is at my place of work and I'm snowed in for the weekend.
Thank you very much.
John
December 19, 2009 at 4:21 am
Thank you. Will do.
November 24, 2009 at 6:04 am
Again, thank you.
November 23, 2009 at 11:46 am
Thanks for the information. Currently I am not using a PK because it is not necessary. I may change that later. I will try the IF Exists() approach for the...
November 23, 2009 at 10:59 am
Mr. Wilhoite,
Wow! Thank you very much. I did the following and it works fine.
SelectCommand="SELECT Project + ' - ' + Task + ' - ' + Iif(isnull(SubTask),' (No Sub Task)...
July 24, 2009 at 5:17 am
Mr. Moden,
Thank you very much. I did the following.
SelectCommand="SELECT Project + ' - ' + Task + ' - ' + Iif(isnull(SubTask),' (No Sub Task) ',SubTask) + ' - '...
July 24, 2009 at 5:16 am
Ms. Pettis,
Thank you very much for your reply. I did the following and it works fine.
SelectCommand="SELECT Project + ' - ' + Task + ' - ' + Iif(isnull(SubTask),' (No...
July 24, 2009 at 5:15 am
Mr. Wilhoite,
Thank you for your response. The Sub Task column also has content in some rows and nothing in others. I tried your suggestion of SelectCommand="SELECT Project + ' '...
July 23, 2009 at 11:32 am
Viewing 13 posts - 1 through 13 (of 13 total)