Search results

  1. X

    Update field

    I need to update a field in a table with a value that has been calculated in a form. It works a bit like this: The calculated value is called DDate, and is calulated from [table]![orders]![StartDate] + 7 I now need this new value to over-write the StartDate value. I have tried all sorts of...
  2. X

    Simple (i think)

    What is the code i need to clear the value in a combo box? i have made it grey out by using: Me!CboSname.Enabled = False but i also need it to be emptied.
  3. X

    Filtering stuff

    Not sure what type of post this is, sry if its in the wrong area... I'm new to access and i get stuck on lots of stuff :p .My current problem is as follows: Each item is received Daily, Weekly, Fortnightly or Monthly. A customer can choose to have it delivered Daily, Weekly, Fortnightly or...
  4. X

    Is this possible?

    i am doing a newspaper delivery system, currently focusing on the overdue payment section. I have been thinking a lot about it, and the only way i can thnk of solving the problem of recording the overdue items date due/price/customers name, is a sort of logging system. It goes like this: If the...
  5. X

    More Forum Folly!

    My problem is two fold. 1) I want it to show details relevant to a customer when their name is selected from 3 separate filters. I have built some filter method already, using VB, so for example when Mr is selected from a combo box all surnames in the next combo box are filtered by Mr. That is...
  6. X

    Total Novice

    I am attempting to make an access database (obviously;) ) and so at this moment have 1 simple question. i have made a form with boxes in which you can type stuff, but i would like the data entered in this boxes to be submitted to the relevant fields of a table when i click the 'Submit' button...
Back
Top Bottom