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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by susanlang

  1. susanlang

    Data Error on SQL Server

    Hi Thank you very much for your help but I have sorted out the problem it was a network problem. Thank you very much for your help.
  2. susanlang

    Data Error on SQL Server

    I am getting the following error message on only two pc's when they open the database:- data provider could not be initialized in procedure form_open from Main Menu. The database backend is on SQL Server and the front end Access XP. All other users can use the database fine. I cannot find a...
  3. susanlang

    Syncronizing Database Backends

    I am trying to syncronize the replicated backend of one database to another replicated backend of a database. I have to enable the users to be able to do this from the front end. I have the code for syncronizing two database but i am not sure how to get it to run from the front end. All the...
  4. susanlang

    Max Min Search

    Hi Sorry I am relatively new to programming so I probably don't make much sense. I have designed a search screen which allows the user to enter various types of criteria one of which is a minimum and maximum sales fields. The records are held on a table and have the fields Min Sales and Max...
  5. susanlang

    Max Min Search

    Hi Thanks so much for your solutions. The code I have in just now for it is:- Private Function TypeCriteria() Dim TempCriteria As String Dim ThisCrit As String Dim TownCrit As String TempCriteria = "" 'check the selection of the property types...
  6. susanlang

    Replication Problem

    Hi I am trying to use replication to syncronize data between a database held on one pc and another copy is kept on a laptop which is only in the office occasionaly. I have tried JRO and DAO but I can't get it to run. I have put everything in a module and not quite sure how to make it run the...
  7. susanlang

    Max Min Search

    Hi I am trying to desing a search screen which searches fields on another form. The fields on the form are Minimum size and Maximum size. I need to be able to search for eg. a property is size 2000 to 5000 and I search for all properties of 1000 to 10000 I need it to be able to pick up all...
  8. susanlang

    Date Query

    I am trying to do a query to flag up an item which is due two weeks later? I hope this make sense. Thanks
  9. susanlang

    Email Reminders

    I have to be able to my access database to email reminders when something is due for renewal. I can't seem to get this to work and I was wondering if anyone could give me some pointers. Many Thanks Susan

Part and Inventory Search

Back
Top