Problem with Update

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I'm a novice with VBA but I try to explain my problem.
I have a masterform in which I select a record out of a listbox.
This show me the details of the record.
On the form I have a button that leads to an "Update"form.
In that form is a date field .
After filling in a new date an event starts.
This event opens another table to generate a "certificate code" = text.
Question:
How can I write (Update) this value in the detail on my "Update" form?
Who can help me with this?
 
Alex,
thank you for your reply.
While I was waiting for an answer, I did some work and of course I
encountered a new problem.
The solution I have now works this way:
1) I open a new "adjustment form" after selecting an item out of a listbox.
2) In the new form, after updating a date field, an event start and hold in
memory the selected record key. I open a new table and generate a new
certificatenr. I return to the previous table and make an update.

The new problem: How can i manage to go to the first form an put the
original item in my listbox highlighted, and also refresh my view so I can
see the update changes.
 
Back
Top