Viewing 15 posts - 91 through 105 (of 110 total)
Thank you guys,
So that's how you replicate a T-SQL cursor in Access.
August 11, 2007 at 11:52 am
Thank you William again,
In your previous post you say, "we use @tablename which allows us to loop thru & plug in the table names as we go along."
but what's the...
August 11, 2007 at 8:22 am
Thank you,
When you don't know the table(s) name(s), what's the equivalent in Access for
EXEC ('SELECT * FROM Test2000...' + @tablename)
?
August 11, 2007 at 1:13 am
Hi William, what's dynamic sql and can you implement it using Jet sql as well?
August 10, 2007 at 5:42 pm
Hi, have you tried saving the record before requerying form B in the AfterUdate event?
June 4, 2007 at 12:53 am
Don't know what the Action button does but recordset-driven forms formatted as datasheets are much more flexible than Datagrids when used in Access.
May 18, 2007 at 1:02 pm
Shouldn't the Building table appear in the second Select clause too?
April 22, 2007 at 12:08 pm
Thank you very much Andrew,
I believe tblReconnectODBC in code is not a system table though.
February 19, 2007 at 12:44 am
Hi Andrew, is there a chance you might want to share the code in that Access module?
February 16, 2007 at 7:02 am
Hi Andrew,
How do you export your ODBC settings from the registry?
February 15, 2007 at 12:55 am
Add the Date field to the Select statement and the Group By clause.
September 27, 2006 at 12:57 am
Viewing 15 posts - 91 through 105 (of 110 total)