hey everyone,
I thought this would be pretty simple but I am running into some troubles.
I want to replace a null ID in a table with the previous ID in the same table if ID is null.
I have been trying VBA but I can't seem to do it. I can do it fine in Excel but that is way to manual.
Any...
Hey all,
For some strange reason all of microsoft office has bold tool bars and menu items. Access, Excel, Word, and VB are all like that. I have no idea what is going on.
It seems to have happened around the time I installed Visual Basic. Does anyone have any ideas?
SD
Hi Everyone,
Is there a way to enhance the speed of a query on a rather large table?
I have a table of almost 2 million recs and I am doing a name search on the full or partial name but it seems to be taking a very long time.
Any ideas?
Schoon
My SQL looks like this:
SELECT tblname1.field1,tblname2.field2,tblname3.field3,tblname4.field4
FROM ((tblname1 LEFT JOIN tblname2 ON tblname1.field1=tblname2.field2) LEFT JOIN tblname3 ON tblname2.field2=tblname3.field3) LEFT JOIN tblname4 ON tblname3.field3=tblname4.field4;
Can anyone tell me...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.