Recent content by Zholt

  1. Z

    Show last weeks fields

    Works a charm thank you V much :):):)
  2. Z

    Show last weeks fields

    I want to show only the records that have the date from the last 7 days. the code that i thought i needed was >=DateAdd("ww",-1,Date()) However when I put this into the criteria for the query it also shows future dates. Basically i want it to only show sales from the last 7 days (their is...
  3. Z

    Validation to not accept numerical characters

    Im having a slight problem loading up VB, i am using 2007 and when i click the visual basic button it loads but no objects/files are there nor is there any auto generated text as you mentioned above
  4. Z

    Validation to not accept numerical characters

    Hi, Basically i need to know what the validation code would look like to only allow alpha characters ( a-z and A - Z), I have absolutely no knowlege of VB and that is all that i can find when searching, Thanks Zac
  5. Z

    Submit Button

    Please could you reply this needs to be completed by tomorrow Thanks Zac
  6. Z

    Submit Button

    Missing, where do i put the do events in the macro fields?
  7. Z

    Submit Button

    Somebody told me that you cannot run multiple queries also i an a total n00b with code
  8. Z

    Submit Button

    I need to create a button that will run several query's and macros simultainiously. Thanks Zac
  9. Z

    Combine Buttons into less??

    After i click all of the buttons then i get the result i want.
  10. Z

    Combine Buttons into less??

    Hi guys, From my form i need the following steps to happen New Record Previous Record Run Query (currently doing using macro) Run Another Query (query command button) Run Another Query (Query command button) Close Form Close Query Delete Record (currently using macro) Attached is a picture...
  11. Z

    Query based on forms data? How

    This is what has been asked and I don't know where to start. Please read and comment how you would go about it.
  12. Z

    Query based on forms data? How

    I want my users to select criteria in a form . I need a query to then search through a table and display the available results in a drop down box. I have looked at cascading combo boxes but i just can't seem to understand them. I appreciate your time and any help that you can offer
  13. Z

    Using form to display result in a drop down box

    Would it be easier to run a query based on the data the user enters in a form. Eg. The user enters their required date/time and then only the date/time they selected will show up in a drop down menu on another form. If the above is true could you please tell me how i could do this
  14. Z

    Using form to display result in a drop down box

    Thanks i think that is what i am looking for, Could you please tell me if Csc Combos would be able to allow multiple boxes change the results of one box? To make my self clearer i will give an example 1st box where you can choose a continent - this would show all the towns in a continent...
  15. Z

    Using form to display result in a drop down box

    Hi, How would i be able to search for XX using a form and then display the results in a drop down box on another form?
Top Bottom