Search results

  1. alastair69

    Default Values

    If you have a look on the form Venue and press the seletion button this should give you an idea of how to complete your task. If you need any more help feel free to ask. Alastair
  2. alastair69

    Default Values

    On your Menu form could you have the Venue ID?
  3. alastair69

    Default Values

    The way your query has been setup the value of your parameter box is not saved and there for it you need to use the value again it has not saved it so it is lost. One way around this would be to create a form that will hold the value and then pass it on, would you like to make a simple form...
  4. alastair69

    Default Values

    Do you mean when a new record is added to your database
  5. alastair69

    Default Values

    If you can post your database i will have a look for you! Alastair
  6. alastair69

    Formula doesn't work when copying dbs

    Have a look and see if i have fixed it. If you could let me know either way then i can offer more help on your forms. Alastair
  7. alastair69

    Help with opening form

    What happens to your code does it error if so what is the error if no error then does it open the first record or last, i think we need a bit more information please. Alastair
  8. alastair69

    want to stop execution!

    Ray, Have you tried to click once on the database file and then holding the shift key double click, this should open the database and not run the on open event. Let me know if this work or not and i will try another way for you. Alastair
  9. alastair69

    Recordset query

    What exactly is your problem, what is the query going to do. Alastair
  10. alastair69

    Help needed setting up a F1 scorecard

    Have a look at this thread should help you out. I did a simple to use search on "Racing Database" and this one came up. Link http://www.access-programmers.co.uk/forums/showthread.php?t=81781&page=2&highlight=racing+database Alastair
  11. alastair69

    Self-join not 100% working - please help

    Dash80, What is it that you are trying to do, from the information above and the supplied database it is not very clear. Alastair
  12. alastair69

    Access 97 to 2003

    Jason, I think your database will be fine as you can convert your database into Access 2000 automatically, in some case you will need to change some code but i would of said as a whole you should have no problems. Alastair
  13. alastair69

    Refering to a table in VBA

    I am not sure how you mean can you enlight me any futher. Alastair
  14. alastair69

    Mass Filter Query?

    G28DMAN, Please find the attched copy of your database, i have changed the following if you need more help i would be pleased to help you. Frm Calclator I have included the twips calulation and used it on your form, it now pops up and you can see the background form (I think it will make your...
  15. alastair69

    Backup Utillity - Compile Error: User Defined Type Not Defined

    Sorry Missed That section Please find the enclosed and see if that works let me know if not and i will try again. Alastair
  16. alastair69

    Backup Utillity - Compile Error: User Defined Type Not Defined

    After looking on Microsoft Internet page i found that your code "Dim fso As filesystemobject" should be "Dim fso, fl" Alastair
  17. alastair69

    Backup Utillity - Compile Error: User Defined Type Not Defined

    Dean, I do not have win zip but, you could try and see if the attached works, I have copied the lines from the Non Win Zip function, see if this sorts you out. Alastair
  18. alastair69

    Mass Filter Query?

    Yoiu have a good idea of form layout, the only surjestion i have is that for the calulater you may need to look at twips this will allow you to use the calulater with out lossing the back ground form. Alastair
  19. alastair69

    Deploying DB to users! (mde, self installation, update user version)

    Smart, You have forgoten to attach the code/database. Alastair
  20. alastair69

    Backup Utillity - Compile Error: User Defined Type Not Defined

    It has worked on my computer!
Back
Top Bottom