Add/Update form info

cktcPeterson

Member
Local time
Yesterday, 18:41
Joined
Mar 23, 2022
Messages
74
Is there a way when I open my form to go to a specific field
[StudentID] and activate my onclick macro?

I have a on open macro
Goto Control -This work.
Now I just want the onclick macro to run.
 
Put the OnClick code in a separate Sub in the form. Call it MyClickCode

Then call that Sub (MyClickCode ) in both the form load and on the OnClick event. Simples...
 
I figured it out. On the properties tab, I changed allow edit to yes. I have been working on this for months.
 
Thank you. I figured it out. I just needed to put yes to allow edits. It was simpler than I thought.
 

Users who are viewing this thread

Back
Top Bottom