Search results

  1. C

    how to create database for supermarket ?

    This forum is for asking questions about specific problems. If you don't know how to start, do some research and studying, there is a wealth of information available. Don't expect some here to lay it all out for you.
  2. C

    DoCmd.SetWarnings not suppressing warnings.

    And next time please apply the code tags [#] to make the code easier to read. Thanks.
  3. C

    Point Of Sale Database

    I suggest you do some research and studying and then come back here with specific questions. Nobody is just going to do the work for you.
  4. C

    Point of sale database

    Are you looking to hire someone to create it for you? Catalina
  5. C

    Filemaker access

    Thank you for staying away from here, rudeness is not being appreciated.
  6. C

    Need Help With Reports from a Database

    I opened it with 2010 and it gives an error: 'ID' is not valid Index And after a few clicks I get: VBA is corrupt for this project Catalina
  7. C

    Back-up

    Is there a question?
  8. C

    Brilliant Database - Experience anyone?

    A friend of mine needs a fairly simple database. Since he doesn't want to use Access for some reason may be Brilliant is a solution. Does anyone have some experience with this software and doesn't mind sharing it with me? Thanks. Catalina
  9. C

    Creating and saving a collection of Tasks

    Is there a question?
  10. C

    Cannot set focus to the Control

    If you care to post the solution other users may benefit from it. Thanks Catalina
  11. C

    login and user access

    Which samples are you talking about? If you have a specific question someone will help you.
  12. C

    VBA Access Code EOF does not stop, when records are over

    It would help if you post the entire code.
  13. C

    Saving a single record in a form as a PDF in Access 2013

    Like I said, do a search on 'Print Current Record' or similar and you will find a lot of information.
  14. C

    Saving a single record in a form as a PDF in Access 2013

    If you use Access 2007 or later you can save a report in PDF format. So you can design a report and save to PDF with the info of the current record. Remember,a report is designed for printing, a form is not. If you do some searching on this forum you will find a lot of info regarding this subject.
  15. C

    Question about Database Splitting of Access 2010

    Hi all, Hope I can find an answer here. My database has successfully been split. However, the FE acts like not being split - Only one person can access the database at a time. For example, I am accessing a record - ID 01 by using a form. And as soon as another user is about to use the same form...
  16. C

    If, else problems

    What are the problems? And if you indent the code properly it will be easier to read.
  17. C

    Calculating Fields and Auto Update

    Do a search on this subject, it has come up here numerous times.
  18. C

    Calculating Fields and Auto Update

    Your approach is not normalized. You only need one field: Seats Available. When you need to know how may seats are left you can count the students who signed up and subtract that number from the total seats available. The way you do it now is not practical. Suppose an enrolled student...
  19. C

    Runtime error 2105

    How about: DoCmd.GoToRecord , , acNewRec
  20. C

    Exporting reports to email

    This has been discussed here numerous times. Have you done a search for it?
Back
Top Bottom