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 SkipVought 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: *

  • Users: AndWy
  • Order by date
  1. AndWy

    Impossible date insertion?

    I am trying to insert a date into sql Server 2000. I am using the INSERT...VALUES in an SQL statement with VB, But I keep getting the message that SQL cannot convert char to smalldate. This is hacking me off!! This is an example of code that does not work - INSERT INTO someTable(cName, cDate)...
  2. AndWy

    Sporadic Runtime Error

    I've checked everything I can think of. The program works on the client PC with Full version of Access ?? Any other ideas ??
  3. AndWy

    Sporadic Runtime Error

    I have an Access 2000 database which also has links into Sage. The application works with no faults under the full version of Access but when it is packaged & deployed in runtime it periodically ceases in two places. The coding behind the two forms is fine, the code simply checks that certain...
  4. AndWy

    Date converts to 31/12/1899

    It's an Access 2000 database and I've set the date format to dd/mm/yyyy and the default to Date() in the relevant table. The references I have included are 1. Visual Basic for Applications, 2. Microsoft Access 9.0 Object Library & 3. Microsoft DAO 3.6 Object Library. I will try the...
  5. AndWy

    Date converts to 31/12/1899

    okay, what about this one then.... I have a data entry form on which one of the fields is a date defaulting to todays date, ie date(). The form adds the appropriate record fine on my PC but when the application is packaged into runtime & loaded onto a target PC the date converts itself to...
  6. AndWy

    Back End Problems (if ya know what I mean!!!)

    Cheers for responding Gary, if you have the code it would be great if you could e-mail a copy to me (awykes@ntlworld.com) otherwise any help you can give me.
  7. AndWy

    Back End Problems (if ya know what I mean!!!)

    Calling all 'clever dicks' out there... I have a front end which is linked to the back end via the path set in 'linked table manager'. Anyone know of a procedure to allow the end user (who will be using an MDE version of the front end) change the path of the database as and when required...
  8. AndWy

    Irritating Navigation Button Problem!

    oops I mean : set frmcurrentform=screen.activeform
  9. AndWy

    Irritating Navigation Button Problem!

    Just in case anyone reads this thread to the end and if you are still interested in the solution, I found the answer myself.... Public frmCurrentForm as Form Set frmCurrentForm=Me.ActiveForm It's only easy if you know it (as Chris Tarrant might say!)
  10. AndWy

    Irritating Navigation Button Problem!

    Cheers for your help anyway Larry, hopefully one of the site's 'Wizards' will take up your challenge!
  11. AndWy

    Irritating Navigation Button Problem!

    Cheers Larry, works a treat!.... one more thing if I may. I want to store this code in a module and call it from any open form that has the focus, is there a quick method of finding out which open form has the focus? I've done it in the past by storing the form's name in a public variable...
  12. AndWy

    Referential Integrity Good or Bad ??

    I'd heard that it is bad practise not to enforce referential integrity when adding relationships to tables. If this is so how do you get around the following scenario without setting up a dummy record in the Suppliers table?? eg You may have orders that require a record in a supplier's table...
  13. AndWy

    Irritating Navigation Button Problem!

    Can anyone help with some code that I can store in a module for use by all forms in my database that require Move First & Move Last navigation buttons. Basically when the user clicks on the Move First or Move Last button when they are already at the first or last record I want to be able to...

Part and Inventory Search

Back
Top