Viewing 7 posts - 1 through 7 (of 7 total)
Thank you very much. I thought there might be an easy way with the max function, but it looks like I need to use a different function...so will go and...
January 19, 2013 at 10:15 am
I am confronting the same problem and don't really know how to solve this. I think you can use trigger queries, but haven't really looked too far into this.
September 12, 2008 at 4:16 am
Thank you ever so much :0)
September 3, 2008 at 2:53 am
thats brilliant thanks. do you happen to know the VBA to trigger this? I have:
Dim cmd As ADODB.Command
Set cmd = New ADODB.Command
Set cmd.ActiveConnection = CurrentProject.AccessConnection
cmd.CommandText = strSQLFinal
which executes some sql...
August 19, 2008 at 9:34 am
The plot thickens...sorry i didn't want to make to too complicated to begin with but what if i have this table
PersonId, Value, AltValue
1, NULL, 6
1, NULL, 6
1, NULL, NULL
1, 6,...
June 5, 2008 at 8:07 am
Sorry i should have been more specific - i was trying to break the problem down into the part i was stuck with. this is actually the result table i...
June 5, 2008 at 7:20 am
Viewing 7 posts - 1 through 7 (of 7 total)