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 IamaSherpa 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. Chuter

    Enter Parameter Value box when Form Close??

    RoyVidar: I went to the Microsoft link you provided and their workaround worked perfectly: DoCmd.Echo False DoCmd.Close DoCmd.Echo True Thanks again!!
  2. Chuter

    Enter Parameter Value box when Form Close??

    AceMan1 and RoyVidar......thanks for your help on this!! It's been driving me crazy for days now. I'll let you know how I make out. Thanks again...Chuter
  3. Chuter

    Enter Parameter Value box when Form Close??

    When I close an unbound form I receive a series of "Enter Parameter Value" boxes that reference some unbound text boxes on the form. The Close command button uses the code DoCmd.Close....no other code that would trigger a query etc. Form's On Close event is blank (not coded). Weird thing is...
  4. Chuter

    Poor Parameter Query Performance on Linked Tables

    Would anyone know why a query based on one SyBase linked table (ie no joins) with 3 primary keys would run so much slower (10 mins) when the parameter is a variable referencing a form control... compared to when the parameter is a literal value (5 secs)? Strangest part is that this performance...
  5. Chuter

    Access 97 not recognizing Format() function.

    Thanks for your feedback eclipse...i'll give that a try.
  6. Chuter

    Access 97 not recognizing Format() function.

    Has anyone ever run into a situation in MSAccess where a certain user's PC did not recognize selected standard functions such as "Date()" or "Format()"? I have a query that works fine on my pc but returns error messages relating to not recognizing these functions when I try...
  7. Chuter

    Maximum Size for Tables

    Thanks for your input and ideas!
  8. Chuter

    Maximum Size for Tables

    I am involved in a archiving project that will require backing up historical data from mainframe system tables.....some of which are huge (1 Million plus records and up to 100 fields). Just looking for some feedback that I can use in evaluating Access as a suitable back-end. I know there is a...

Part and Inventory Search

Back
Top