Creating a button to allow edits on a form

ConnorLally

New member
Local time
Today, 15:57
Joined
Oct 22, 2014
Messages
4
Hi all

So I have a form that allows me to view the information associated with a specific record. Within this form is also a subform that shows additional information about the record from a junction table. I want to create a button that allows me to edit the information on both forms.

How would I go about doing this?

Thanks in advance for any help given
 
I need one more post to post links
 
Normaly there is no reason you cant edit data in the sub form.
You wont be able to edit if you create a noneditable query (sums for example)
 
It's okay now guys

Managed to change the on click event of the button I created to allow edits, additions and deletions.

I had a bit of a dim moment as to what I needed to do haha

I appreciate the replies though, thanks
 

Users who are viewing this thread

Back
Top Bottom