mloucel
Member
- Local time
- Yesterday, 23:20
- Joined
- Aug 5, 2020
- Messages
- 356
Hello all;
I have gone thru hours a few articles in AccessWorld and a few youtube videos, plus countless google pages trying to find out why a SIMPLE task as hiding a subform just simply does not work for me.
THIS IS THE FIRST TIME I AM TRYING THIS SO PLEASE BE PATIENT.
my idea is that everytime the user wnats to create a new record, the subform goes to HIDE mode and once the user fills the LAST field (there's only 4, or is at the LAST field) the hiden SUBFORM now is visible and ready to add notes for that record.
I just spent almost 3 hours and I can't figure it out, please help me understand what am I doing wrong and how can I correct my error.
I have tried the following code already:
I was going to attach the database here with only the form in question, but I can't...
I imagine I am too new with not enough posts, but here is a link to the zip file is about 9.1Kb only [ the forum keeps telling the file is too big ]
ANY help will be appreciated.
LinkToTheFile
Thank you in advance.
Maurice.
I have gone thru hours a few articles in AccessWorld and a few youtube videos, plus countless google pages trying to find out why a SIMPLE task as hiding a subform just simply does not work for me.
THIS IS THE FIRST TIME I AM TRYING THIS SO PLEASE BE PATIENT.
my idea is that everytime the user wnats to create a new record, the subform goes to HIDE mode and once the user fills the LAST field (there's only 4, or is at the LAST field) the hiden SUBFORM now is visible and ready to add notes for that record.
I just spent almost 3 hours and I can't figure it out, please help me understand what am I doing wrong and how can I correct my error.
I have tried the following code already:
Code:
' NONE OF THIS WORKS WHY???
Forms!PatientAdmitanceNF!PatientNotesF.Visible = True
'Me.PatientAdmitanceNF.Visible = True
I was going to attach the database here with only the form in question, but I can't...
I imagine I am too new with not enough posts, but here is a link to the zip file is about 9.1Kb only [ the forum keeps telling the file is too big ]
ANY help will be appreciated.
LinkToTheFile
Thank you in advance.