Viewing 15 posts - 61 through 75 (of 92 total)
Thanks for all of the inputs.
Minh Vu
May 13, 2005 at 5:57 pm
Thank you so much Noel. I tested some based on your instruction. It does work for me.
Minh
April 15, 2005 at 10:55 am
Thanks a lot Frank.
That is exactly what I need.
Minh vu
April 6, 2005 at 3:51 pm
It stops at the line:
Set rst = db.OpenRecordset("qry EmailNotification").
I'm still debugging it. thanks
Minh
April 6, 2005 at 1:34 pm
I correct my mistake to put my string in quotes, but it gave me this message:
"Run-time error 3061. Too few parameters. Expected1".
Is that because my query result has more than...
April 6, 2005 at 1:15 pm
Thank you so much for a great help. I tried Andy method, but it did not work for me. I'm not sure that your method will work in Access 97?...
April 6, 2005 at 12:38 pm
We always process the payment on 15 or end of the month. Therefore, my data always stable and there is always no exception. Thanks
Minh Vu
April 5, 2005 at 7:17 pm
I need to know what do you have in Institution field. In my case, my cross tab query looks like this:
TRANSFORM Sum(a.Q) AS SumOfQ
SELECT a.product, a.location, a.Type
FROM tbl_a a INNER...
March 9, 2005 at 12:04 pm
I know that Access has an option called briefcase/replication to deal with your issue. I've not tried it yet in Access, but the replication in SQlserver worked for me.
Minh Vu
February 4, 2005 at 6:29 pm
Thanks. That is what I found. Mine is working now.
Minh
November 23, 2004 at 12:15 pm
Yes,
I am using VBA and t-sql. Do you have any clues how to do that? Thanks
Minh
October 20, 2004 at 4:01 pm
Another one that you can use:
select a.*
FROM information_schema.table_privileges a, information_schema.tables b
where a.table_name = b.table_name
and b.TABLE_TYPE ='base table'
Minh
October 19, 2004 at 12:12 pm
Hi All,
Believe it or not David Burrows's way gave me exactly what I'm looking for (Thank you so much!). I tested couple time and it worked very well for me. ...
September 28, 2004 at 3:16 pm
If your data is not changed oftenly, copy the data to local access table and use it as a datasource for your combo box. It will run must faster.
Minh
September 9, 2004 at 4:07 pm
Viewing 15 posts - 61 through 75 (of 92 total)