Search results

  1. V

    calculating a sum

    This is maybe a stupid question, but it's already kept me up several nights :( I've got db with project leaders updating their savings each month: January savings1 savings2 savings3 February savings1 savings2 savings3 If I want to make a sum (in my query) for savings1, savings2 and...
  2. V

    Auto populate form

    thx Neil, You've started me woundering if there wasn't an easier solution. So I've tried it your way, and indeed, it's much better setting up the database as you sugested.... THANKS :)
  3. V

    Auto populate form

    thanks all I want to thank you all for your help, but seems like I've found an other (more complicated) sollution... i've started programming :D I've just putted in this code under the button to update: Private Sub Command13_Click() On Error GoTo Err_Command13_Click 'Variables used to...
  4. V

    Auto populate form

    example I've forgot to put in the question for the name of the projectleader (in the query), but the idea is that in this example Frank wants to update his project frank 2 for februari and the only fields he have to fill out when he creates a new record in the form are update1 and update2...
  5. V

    Auto populate form

    I have made a database to make it able for different projectleaders to monthly update their project. They open the form, and a query asks for their name so that they can see the information of their project. How can I make it happen that if they want to add a new month to this overview they...
Back
Top Bottom