A
andy
Currently i link forms displaying in one form depending on what record
the cursor was in, in the last form, like this
Dim stDocName As String
Dim stLinkCriteria As String
stDocName = "frmIOSlot"
DoCmd.OpenForm "frmIOSlot", , , "[Nodeid]=" & Me.NodeID
what i would like is a "refresh" type button whereby all the records
on that form were displayed when it is clicked, not just the linked
records.
Anyone got any idea?
thanks
the cursor was in, in the last form, like this
Dim stDocName As String
Dim stLinkCriteria As String
stDocName = "frmIOSlot"
DoCmd.OpenForm "frmIOSlot", , , "[Nodeid]=" & Me.NodeID
what i would like is a "refresh" type button whereby all the records
on that form were displayed when it is clicked, not just the linked
records.
Anyone got any idea?
thanks