Viewing 6 posts - 1 through 6 (of 6 total)
grovelli-262555 (3/3/2010)
How come you delete the tables after relinking them?
the delete is in the "else" and it removes links to non-existant tables.
March 3, 2010 at 5:41 am
My suggestion is to add code to a startup form that re-links all the tables with the connetion string of your choice. I run the startup form as a...
March 2, 2010 at 6:07 am
You need to find the location of the first space, and truncate the string at that location. To do that, you need to use the instr function.
left([FirstName],len([FirstName]-instr(1,[FirstName]," ")-1)
This will...
February 16, 2010 at 8:05 am
You have to work from the center outward.
CVDate([Enter a number for 1st month to compare] & "/1/96")
Means "convert this string to a date using the input value as the month,...
February 16, 2010 at 7:59 am
Are you using an MDW?
Have you tried it on the full version of Access with the /runtime switch turned on?
What is your code for DisplayImage?
February 16, 2010 at 7:49 am
Wouldn't the fifty-cent solution be to add a zero sale for week 3?
In fact, you could make a table of zero weeks, join on the week number and sum the...
February 16, 2010 at 7:45 am
Viewing 6 posts - 1 through 6 (of 6 total)