Recent content by Neilw

  1. N

    rental system problems - urgent help please!

    Hi, I'm building a small-ish database that needs to keep track of cars that are being booked out for rental. The cars are obviously in a separate table so you can add and delete cars from the database as you want but my problem comes when booking the rentals. I have two dates - date the car...
  2. N

    Refreshing Forms

    Sorted, thanks colin, i used [forms].[frmOrder].refresh. I put that code in before the open form function and its all sorted now. Cheers, Neil.
  3. N

    Refreshing Forms

    Any help here please??? Neil.
  4. N

    Refreshing Forms

    OK this is the problem, when you open a form and make changes, then without closing that one, open another form and make changes, then when you try to close both forms you are given the option to save only one set of the changes you made. So far my user is having to click a refresh button on the...
  5. N

    Refreshing Forms

    At the moment i have a refresh button which the user has to click before clicking another button to open a different form. Is there a way of adding a refresh function to the other button so it refreshes the form before opening the new one???? Thanks a lot, Neil.
  6. N

    Subform Troubles

    Would anyone consider taking a copy of my database to try and figure it out and then let me know? Thanks, Neil.
  7. N

    Subform Troubles

    Thats how it is joined anyway. The subform table is in the query and i have tried taking it out before but it doesn't solve the problem. Any other suggestions? Thanks anyway DBL.
  8. N

    Subform Troubles

    Don't see any problems there. Any other suggestions? I'm getting desparate now, i'm supposed to be installing this for the user tomorrow! Thanks.
  9. N

    Subform Troubles

    I have a form based on a query that has data from one table. On the form there is a subform which uses data from a related table (one to many relationship). My problem is: When a record is entered into the form, you have to enter a record into the subform as well or it will not show up next time...
  10. N

    Tabbing Through to a new record

    On my all forms in access 2000, if you tab through all the fields and past the last one, it leads you on to a new one. Is it possible to stop this so that when you tab out of the last field it just puts you back to the first field of the same record?
  11. N

    Search forms

    Thanks geoff, problem then is that when the form is opened for the first time to put the first record in, it will give the message and close!
  12. N

    Search forms

    I have a search form which uses queries to open a form so it is filtered accoring to the users input. However, when no matches are found it just opens a blank form. Is it possible to make it display a message box instead? Saying that no matches are found. Thanks.
  13. N

    Page setup problem

    Ok this is really annoying me. I set all my reports to landscape, size A4. But for some unknown reason they always, without fail revert back to letter sized paper which pushes the reports across 2 pages. Occassionally they revert back to portrait as well. Why do they do this and can i stop it?
  14. N

    Searching by month

    Oh no dont worry i got it working! I stupidly didn't realise to change OrderDate to the actual field name!
  15. N

    Searching by month

    Nope sorry it doesn't work. Raskew, i've put your suggested code in but there are 2 problems. Firstly, it asks twice for you to put the date in. Is there a way to have it only ask once? And secondly, It doesn't actually do what it's told. I put in 3 records, only one of which should have...
Back
Top Bottom