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 me2you

  1. me2you

    Managing multiple Replica Sets

    When you have a replica set, it is always advisable to make any change in the design master then synchronize to pass change round. However, you may make any member of the set the design master by synchronizing and specifying the member. Note that you should not have more than one design master...
  2. me2you

    reports depend on the date & name

    Try using parameters in the query that generates the report. E.g. for date field, enter for criteria: - "Between [Start date] and [End date]". For the name field, enter "[Enter name]". Hope this is helpful Peace, me2you
  3. me2you

    reports depend on two text fields

    Use the bookmark property of the form to synchronize with your record source bookmark property after updating your text fields. This updates your record instantly enabling you to immediately preview in report. Hope this is helpful. Peace, me2you
  4. me2you

    Outlook2003-How to send automatically a msg?

    I get the same message as you and I think that this is from Outlook2003 and has to do with some security settings. All I do is to acknowledge the message and the mail goes. Peace, me2you
  5. me2you

    Database is Read Only?

    This is obviously a security problem and i advise you check the mdw file associated with your front end. Peace, me2you
  6. me2you

    Export from access and format in excel

    First you need to make an excel template file(*.xlt) and format the way you desire. From MsAccess, instantiate this xlt file, place what you want to place in it and then save as an xls file. Hope this works. i do this all the time. Peace, me2you
  7. me2you

    Access keeps shutting down

    Try opening MS Access on its own: - Any errors? If no errors, then open your DB from the opened Access. What is your observation? If MS Access can't open on its own, then a reinstallation may be the best option. Note: a descriptive error message will help. By the way, what OS are you using...
  8. me2you

    Problem typing in field

    Could this have anything to do with the language settings in the Control panel? Peace, me2you
  9. me2you

    Problem typing in field

    Try this First create a sample DB on the trouble PC, add a form and textbox control, run it and observe the out come. If same problem. Then PC must have a problem. Hope this gives you a clue. Peace, me2you
  10. me2you

    Possible to share workgroup?

    I believe this is possible if you created the second database with the same workgroup file as the first. Peace, me2you
  11. me2you

    User permission setup

    You will need to join (or create and join) the appropriate workgroup, then open up the access database. Form your “tools menu/security/user and group accounts”, set up appropriate users. Then from “tools/security/user and group permission”, set up appropriate permissions for each user on the...
  12. me2you

    web page database

    Use asp to connect to the access database and update. Hope this works Peace, me2you
  13. me2you

    Sunform and filters

    When you embed a sub form into a main form, the naming pattern changes i.e., you can't just refer to the sub form directly. To refer to the sub form, you will do something like this: forms!frmmainForm.frmSubForm!iteminsubform Hope this works Peace, me2you
  14. me2you

    Refresh front-end of Access database from server

    Try making a replica of the FE-MDB to create a replica set, so that whenever you make a change to the design master and Synchronize this set, your changes will be applied all the way round. Peace, me2you
  15. me2you

    Blank ADO recordset for unbound form

    You can use the ADO object model to create a disconnected record set, after which you can programmatically link each unbound field in your form to a field in the disconnected record set. You can then save the record set to a flat file. Hope this works. Peace, me2you

Part and Inventory Search

Back
Top