S
stumpy
I have a form which can be opened using different cmd buttons in different
locations
Is it possible to change the backcolor of the form being opened depending on
which button is used.
stdocname = "MEETING DETAILS"
DoCmd,OpenForm stdocName,,,stLinkCriteria
DoCmd.GoToRecord,,acNewRecord
Is it possible to set the backcolor of form "MEETING DETAILS" at this stage
any help would be appreciated
locations
Is it possible to change the backcolor of the form being opened depending on
which button is used.
stdocname = "MEETING DETAILS"
DoCmd,OpenForm stdocName,,,stLinkCriteria
DoCmd.GoToRecord,,acNewRecord
Is it possible to set the backcolor of form "MEETING DETAILS" at this stage
any help would be appreciated