Recent content by bluedigital

  1. B

    Query that refreshes automatically

    So the requery option would be on the Query, or the Form? I'm not sure I understand. Could you tell me briefly how to go about setting that?
  2. B

    Query that refreshes automatically

    I have a database where students use a Form to sign in for computer help. I would like to have a queue displayed on another screen that shows the students what position they are in for help. How would I go about doing that? I thought that having a query on a seperate screen (with no keyboard...
  3. B

    Drop down list in Table

    I have my users entering some information on the back end of the database using the just the Table. Data is pulled from a query and then minor changes have to be made to the record, via the table. Is there a way to limit what users can type in a field, such as a list box, from the table view...
  4. B

    Open field based on checkbox

    hey buddy - I tried this code and for some reason it doesn't work. No change takes place to the text field when the checkbox is checked or unchecked. Incidentally, why do you have Me. in front of some of the field names, but not others?
  5. B

    Open field based on checkbox

    hey buddy - I tried this code and for some reason it doesn't work. No change takes place to the text field when the checkbox is checked or unchecked. Incidentally, why do you have Me. in front of some of the field names, but not others?
  6. B

    Open field based on checkbox

    How do I have a field open for entry ONLY if a checkbox elsewhere on the formed is checked?
  7. B

    Time Difference

    I have a database with a Time_In and Time_Out field. How do I calculate the difference in the two times, meaning the total time of the call, and display it on a Crystal report? Any help would be appreciated :)
  8. B

    Clearing a form and a record stack.

    I have a screen form which students enter data when they walk into our office for assistance. There is a SUBMIT button on the form which shows a message that the form has been submitted, and then closes the form and takes them back to the Access Switchboard. I chose this method vs. keeping the...
  9. B

    Show Message after Button Press

    thanks thank you very much, I appreciate the help.
  10. B

    Show Message after Button Press

    thanks guys thanks guys, creating a new form is something that I didn't think of. How do I control how long that form stays on the screen? or would they have to click a button to move past it?
  11. B

    Show Message after Button Press

    Thanks thanks buddy -that worked great! is there a way to change the size of the font in the text window?
  12. B

    Show Message after Button Press

    I have a screen form with a submit button. Is there a way to show a message momentarily after the button is pressed such as "Submission Received"? It doesn't really matter if it shows as a popup or on the form itself. What is the best way to accomplish this?
  13. B

    New Files being created

    check compact Yes my compact database option is checked and enabled, I did read your article link and also did a compact and repair, but the additional files are still there. Can I delete these? Each one is almost as large as the original database file.
  14. B

    New Files being created

    Do Not I do not have that turned on unless it is turned on by default. Where do I make that change?
  15. B

    New Files being created

    I have created an Access 2007 database on a network drive. I notice that as the database is being used, other files are being created sequencially such as, "database1", "database2", "database3", etc. What are these files. They are quite large and I am wondering if they are necessary. If...
Back
Top Bottom