Viewing 15 posts - 31 through 45 (of 55 total)
I got this to work in case anyone wondered.
SET @Select = @Select + char(13) + ' AND AR.FM_USer ="' + @varUser +'"'
Thanks.
August 26, 2004 at 9:10 am
Thank you for the replys. I'm glad to hear that the performance of Dynamic queries are usually fine. I will look into the "In" clause olavho.
If anyone else has any...
August 23, 2004 at 5:48 am
The DB Admin changed my Default DB to Master and it fixed the problem.
August 20, 2004 at 10:26 am
I have decided to go with a single 'User' Table that gets updated with the user's SYSTEM_Name, Installation_Key, and Current Date when they log on. This seems to work well...
August 20, 2004 at 6:00 am
Thanks you for the replys. I think that I have dropped the temp table idea since I finally got something else to work. I am using MS ACCESS 2003 on the...
August 19, 2004 at 5:30 am
All,
Thanks for the reponses. As figured, I was simply overlooking the solution. I didn't explore restore from devices enough. I had it in my head that it was for Tape...
April 8, 2004 at 5:11 am
Paul,
Your Code actually returns the Month and Day instead of Month and Year.
Thanks.
fryere
February 5, 2004 at 5:55 am
Thanks Allen,
I had thought about converting it and then chopping it up, but I thought that there maybe something built in that I was overlooking. At Least I won't have...
February 4, 2004 at 8:27 am
cwedgewood:
What happen was that I didn't have the Unique Table property set on the Form. The other user wasn't able to insert a record (which makes sense because the form was...
January 29, 2004 at 9:45 am
Right Now I am Using Access 2000, however I may migrate over to VB.Net later on.
January 28, 2004 at 12:18 pm
cwedgwood50: The Form uses a Sql Statement that is set to the Form's Recordsource when the Form Opens.
D Poole: All Table are created by me dbo.table.
noeld: I have seen Board...
January 28, 2004 at 12:13 pm
We are both using Access 2000.
I felt like it had something to do with me being the DBO.
This issue was really causing be to rack my brain, since I thought that it...
January 23, 2004 at 8:06 am
It was a problem with user priveledges to the Laptop. Luckily, I had Admin rights to the Laptop and could add my network log in the Admin group. ...
August 28, 2003 at 7:14 am
It must be an XP problem since I can go the the server and export to another database on the server, but can't on my laptop. Has anyone experience...
August 28, 2003 at 6:54 am
Bill Nye,
Good sugguestion, nice & simple. I think I can make that one work.
Thanks for everyone Input.
fryere
July 11, 2003 at 1:49 pm
Viewing 15 posts - 31 through 45 (of 55 total)