Search results

  1. J

    Passing data if form is open

    Thanks to you both. I'm still at a point where I have to really study it and break it down in my mind to envision how it will come together. I see it now. I will give it a try. Thanks again.
  2. J

    Passing data if form is open

    I have a form "workorder" that I want to be accessed two ways. One, open a new form with a button on the "customer" form. Two, through another form "estimate". The difficulty I'm having is that when opening from the estimate form I want the data from it to populate the workorder using the...
  3. J

    Hiding restore button

    I never dreamed the answer was so easy. Thanks. I want the form to appear maximized and fill the screen so I guess I need to do that through code.
  4. J

    Hiding restore button

    If I may once again resurrect an old thread... I too have this problem. Setting the min max buttons to none in the properties doesn't remove the restore button for me. When a user clicks on this it exposes the database window in the background. Which I would prefer to keep out of site. Is there...
  5. J

    Using Check boxes for data entry

    Found this post using a search to answer my question about storing the label as the check box's value in a table. It's working for me except the check boxes are no longer "functioning" properly. When I select one of the check boxes on my form, it remains "greyed out" while the others clear...
  6. J

    Copy structure not data

    Neil, it was after reading the post you are referring to that I was attempting to import structure only but was running into trouble with permissions. Thanks to you both for your help.
  7. J

    Copy structure not data

    Since I'm new at this I wasn't sure what was the best way. I did notice that the size remains the same when you delete the records. How does one compact?
  8. J

    Copy structure not data

    I have developed a database for multiple users and am now ready to release it. As this is a very large database and my first attempt at something of this type, I have entered many records for testing throughout development. I have also set up the security already. I want to copy the database...
  9. J

    Message Box Not Displaying

    I previously had a "requery" on the date so that the correct choices show for subsequent patients. When I changed it to the new code only the dates for the initial patient appear in the list.
  10. J

    Message Box Not Displaying

    I have a form to select a specific report to print. In the form the user first selects a patient from a list box and then a date from a combo box. If the user clicks the print button without selecting the patient or date, message boxes appear. My problem is if the user prints or previews the...
  11. J

    Print report for current record from form

    There have been similar postings to my problem but I can't seem to find the answer. I am trying to print a report based on the current record in a form. I have a database of patients and each patient has multiple clinic visits. I want to be able to print a report of an individual visit with an...
  12. J

    Entries in subforms not holding

    No I don't.
  13. J

    Entries in subforms not holding

    I have a form with three subforms. When entering data into the second and third subforms it does not hold on the first attempt. When clicking on a combo box the list flashes open and then collapses again. It does allow a selection on the second try. When typing in a text box if the user pauses...
Back
Top Bottom