Viewing 15 posts - 8,821 through 8,835 (of 18,923 total)
One question to ask is : Does Access Know that you changed the field from String to Autonumber?
One way to be sure is to drop the textbox from the form...
September 15, 2008 at 11:32 am
Couldn't you use that same script after each backup is taken and save the required restore script in a different location (central DB, network drive...).
September 15, 2008 at 11:23 am
I'd tell them to pass the requests to you so you can analyse the actual need for the index and run it for them.
The problem is that if they can...
September 15, 2008 at 11:05 am
Might be a crutch, but that also might work.
Can you put the install file on D:, then unzip the package on D:. If it's automatically put on C:, I'm...
September 15, 2008 at 11:03 am
Yes, I still don't see why it makes a difference as to when the id is displayed / created. The id is useless without the rest of the data...
September 15, 2008 at 10:59 am
I never worked with that... I'll let you explain that one :D.
September 15, 2008 at 10:10 am
Thom (9/15/2008)
Files are now available for download at the bottom of the article, sorry for the delay.
NP, that was faster than the usual poster :D.
September 15, 2008 at 9:24 am
1 - Why does it matter in your case that the number be displayed before or after the record is inserted?
2 - Why not just use access working and built...
September 15, 2008 at 8:40 am
You just told your mechanic that you have a problem with your car, but you didn't bring the car, nor what the problem actually his.
Please post the code you tried...
September 15, 2008 at 8:03 am
SSC or SSN Steve?
You've been working here too long me thinks ;).
Just a final note, as always test, test, test. I chose to do it this way because it...
September 15, 2008 at 8:01 am
bpowers (9/12/2008)
September 15, 2008 at 7:37 am
Why do you need to do this exactly?
Do you need to find a given value in any columns in any tables?
Is that something that you have to do as a...
September 15, 2008 at 7:33 am
Awesome job Tom.
I however have a suggestion for all those articles with 15 different code snippets. Could you include a download link where we can get the whole thing...
September 15, 2008 at 7:30 am
Perry Whittle (9/8/2008)
where existswould be more efficient than
where in
Are you sure about that one? Like I tested it and in this case exists is faster than in?
September 15, 2008 at 7:25 am
That looks like an order system.
What I did in mine that really improved performance was to create the PK as an int, but I also kept the order id as...
September 15, 2008 at 7:23 am
Viewing 15 posts - 8,821 through 8,835 (of 18,923 total)