Update current Record only (1 Viewer)

Number11

Member
Local time
Today, 12:52
Joined
Jan 29, 2020
Messages
607
Hi, So i need to have an option to update the record displayed on a form only.

I would need to have an append query to remove users name and refresh the form so the records is un allcoated?
 

theDBguy

I’m here to help
Staff member
Local time
Today, 04:52
Joined
Oct 29, 2018
Messages
21,449
Is the form read only? Does your record have an ID field? Did you mean you need an UPDATE query, not APPEND?
 

Number11

Member
Local time
Today, 12:52
Joined
Jan 29, 2020
Messages
607
ok think ii found it

when button is click this code will clear the field
Me.txtUser = ""

then refresh query
 

Users who are viewing this thread

Top Bottom