Viewing 4 posts - 91 through 94 (of 94 total)
While I've never really been able to find a way to do this in Access what we did was make a read only copy of the Access database for users...
November 2, 2004 at 8:55 pm
If Access 2002 supports user defined functions (maybe you can use VB to do this) you could create a function that expects a candidate and then loops through all the...
November 2, 2004 at 8:53 pm
Have you tried something like the following?
gdbData is the Designer
conATOMS is the connection
"Production" is the name of the server i want to connect to in runtime. I use "Development" when...
November 2, 2004 at 12:37 pm
Looking at the code there doesn't seem to be an issue with it, however I would suggest changing to using the exists clause.
Something like:
CREATE Procedure sp_updateInvalidziplist
@zipcode varchar(5),
@sessionID varchar(50),
@dateTime datetime,
@ani varchar(10),
@did...
October 27, 2004 at 5:33 am
Viewing 4 posts - 91 through 94 (of 94 total)