access vba - Proper syntax for activating record selectors -


I would like to know the proper syntax for writing a string which will activate and deactivate the record selector on the form 'frmEffortImpact' Located on 'frmProjectCharter01' unfortunately, I continue receiving an error message "Properties or Properties not supported by Object". This is the code that I am currently using:

Private Sub CMDAidPhts_Link ()

  If I Allow = true form! [Frmprojectcharter01]! [FrmEffortImpact] .Correct Selectioner = Wrong Ise if.AllowAdditions = False Then Forms! [Frmprojectcharter01]! [FrmEffortImpact] .Corped selector = true if  

with

form! [Frmprojectcharter01]! [FrmEffortImpact] You are reaching subform control (which has properties like SourceObject and Linkmasterfield). To obtain the usual form properties of the form to be used as a subform, you need to reach the Forum property of the form control.

  form! [Frmprojectcharter01]! [FrmEffortImpact] .form. Record Selector = False  

Then you can reach. Workers selectors and others.


Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -