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 Mike Lewis 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. seleceus

    Delete Record Form Refresh

    Instead of trying the GoToPrevious, from a deleted record, try using <code>DoCmd.GoToRecord , , acLast</code> just before your Refresh statement.
  2. seleceus

    Check if file exists on SQL Server?

    I have a use for such a thing, provided it's not a SQL object. I'm using an Access FE to import, into another Access BE, from a .csv. Well, I didn't want the routine to error on every automated run, because the file hasn't been produced by a remote routine, so I used a variation on the...

Part and Inventory Search

Back
Top