Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mcaraker

    Access 2007 hangs with application.printer setting

    I have the following code which works great on all but 3 of our computers. On those computers it hangs indefinitely on the "set" command. It doesn't seem to matter what the default printer is that is selected or what user is logged into the PC. Private Sub Form_Open(Cancel As Integer) Dim...
  2. mcaraker

    Connecting Autocad 2005 to Access 2003

    Sweet - i have data in my table now! However instead of one row per block i'm getting one row per attribute (so I have 423 rows instead of 141). I had to change iCnt to integer to get it to run, but haven't changed anything else yet from what you suggested. I'll play around with it a bit...
  3. mcaraker

    Connecting Autocad 2005 to Access 2003

    YES! I had the table name right but decided to simplify it and get rid of the dash and it now works (at least back to how it worked before). So now I'm writing 141 blank rows to the table. Can I ask one last favor? This section needs to be modified to write out the first attribute in column...
  4. mcaraker

    Connecting Autocad 2005 to Access 2003

    Thanks Todd. I just made those two changes in my code and when I run it, I think it gets farther because it seems to chew on things for a few seconds before I get the following message; syntax error in FROM clause When I hit debug it points me back to this line again rstAttribs.Open , , , ...
  5. mcaraker

    Connecting Autocad 2005 to Access 2003

    I've absorbed the very helpful FAQ on here into a program I'm trying to write which would spit out the 3 attributes of a specific block (selected by the user) into a database table, one line per block. The code was to the point where I was getting one line per block, but the rows were blank...

Part and Inventory Search

Back
Top