Search results

  1. M

    Table update through form

    Solved it! It took some tricks but it's working the way I wanted to! I used that old saying: "When you cant solve the problem, find another one!" :))) Marko
  2. M

    Table update through form

    Hello everyone! I'm stuck... I have a form through which foreman makes a service request and that's stored in table tblexpenses. Now, serviceman on his form types the dates for which he wants to see jobs "posted" by foreman. That works fine, dates populate combobox with corresponding data...
  3. M

    Update table from form

    Thanks! That part works, but the problem moved to this: "No current record" and highlights rst.MoveFirst I'm guessing there's an error in the fields that I'm trying to insert? Marko
  4. M

    Update table from form

    Hello everyone! I'm trying to send results from my from to a table. Results on the from are from query and some are typed in textboxes. Those from query are in combobox and one is in listbox which is the result from the combobox choice. Here's the code I'm trying to get to work (I've found this...
Back
Top Bottom