Viewing 15 posts - 16 through 30 (of 32 total)
I didn't know about the timestamp thing. I'm pretty sure I've upsized boolean fields without adding at timestamp field with no difficulties, but I may be mistaken. Does anyone else...
July 9, 2005 at 8:51 am
Because for other reasons I passed the FormName in as a string. Maybe I didn't have to do that. Here's why I did:
July 7, 2005 at 8:29 am
Thanks guys,
I ran it in SQL Server and Imported the tables back into Access (I hate Jet SQL anyway).
While it's currently in Access it's going to get centralized back into...
July 5, 2005 at 9:46 am
Can this be adjusted to work with JET SQL, or just SQL Server?
Aaron
July 5, 2005 at 2:04 am
Hi Remi,
I get a Syntax error (missing operator)
Any ideas?
Why is the same info in 2 tables? Because it's what my client gave me, and I'm trying to get it normalized. ...
July 4, 2005 at 8:49 pm
Thanks for your suggestions Steve,
using
cnxn.Open CurrentProject.Connection
cnxn.Properties("Jet OLEDB:Flush Transaction Timeout") = 0
cnxn.Properties("Jet OLEDB:User Commit Sync") = True
I was able to speed things up significantly - it takes about...
July 4, 2005 at 9:49 am
Actually I am using an insert query, rather than the ADO AddNew method. It's not parameterized because I'm only inserting 1 value, an integer, which is not coming from a textbox...
July 3, 2005 at 11:21 pm
Does this time delay still exist when the table is a link table, say in SQL Server, rather than a local table?
Aaron
July 3, 2005 at 2:08 pm
Newsflash!
It IS actually a timing issue. It turns out 5,000,000 is just not long enough to make a difference, or that Access sees that it's an empty loop and ignores...
July 2, 2005 at 6:57 pm
Latest update. Doesn't seem to be related to a delay, because I do a
Loop and same results. I also tried programetically re-closing the Proposals...
July 2, 2005 at 6:28 pm
Hi All,
Nevermind. I found my answer on google. the code is
me.undo
I suppose I should do a little more research before I ask for help. Thanks.
Aaron
July 1, 2005 at 9:21 am
Cool. Thanks guys. I'll try these and let you know how they work.
Aaron
June 17, 2005 at 11:02 am
Thanks guys. This has been pretty much resolved. Access XP is kinda quirky in its implementation of VB. Anyone else noticed that?
Aaron
June 15, 2005 at 5:13 pm
Well, I think so. The thing is I got it to work, it's just klunky. The way I got it to work was
1) Changing the Record source of the...
June 13, 2005 at 8:02 am
Viewing 15 posts - 16 through 30 (of 32 total)