M
mark R.
How is it possible that I created a SUBFORM in such a way
that ACCESS doesnot give me a Navigation buttons property
choice on the properties right click to set to "NO" ?
Do I have to set it in Visual Basic? I guess I could.
What would the event and code be?
Private Sub_subformname_ENTER() or CLICK() or what?
Me!SUBFORMNAME.NAVIGATIONBUTTONS=FALSE ? or what
end sub
NOTE:
Regarding one to many relationships and creating a subform
for the "many" table" as a mainform first and then
dragging it into the "one's " mainform as a subform, I
do not get a subform that displays the "next record"
automatically, as I do when creating a subform using the
wizard. So my question above is assuming I created the
subform using the wizard and not the "drag" technique,
because I want to display all "many" records for the
primary key and show the "next" new record all at the same
time.
that ACCESS doesnot give me a Navigation buttons property
choice on the properties right click to set to "NO" ?
Do I have to set it in Visual Basic? I guess I could.
What would the event and code be?
Private Sub_subformname_ENTER() or CLICK() or what?
Me!SUBFORMNAME.NAVIGATIONBUTTONS=FALSE ? or what
end sub
NOTE:
Regarding one to many relationships and creating a subform
for the "many" table" as a mainform first and then
dragging it into the "one's " mainform as a subform, I
do not get a subform that displays the "next record"
automatically, as I do when creating a subform using the
wizard. So my question above is assuming I created the
subform using the wizard and not the "drag" technique,
because I want to display all "many" records for the
primary key and show the "next" new record all at the same
time.