H
hw
I have a database that manages three types of maintenance
messages [Technical Reports], [Safety Messages], and
[Modification Instructions]. These messages can
occasionally supersede themselves or another type of
message.
I have generated a form for each type of message and
included three combo boxes that indicate what messages
have been superseded by the current message on display.
Next to the combo box, I have placed a command button that
goes to the message that was superseded.
If one type of message supersedes another type, everything
works great. The Access Wizard does a marvelous job.
Opening another form that has a relationship to the
current form is easy.
If a message supersedes another record from the same
table, I get lost. There is no wizard for this and my
attempts at VB have been useless.
I'm assuming I need a DoCmd.GoToRecord where the
superseded message field equals the actual record of the
message that was superseded.
Is there a simple statement I can make to get the command
button to go to the record that is displayed in superseded
box?
I hope this makes sense.
messages [Technical Reports], [Safety Messages], and
[Modification Instructions]. These messages can
occasionally supersede themselves or another type of
message.
I have generated a form for each type of message and
included three combo boxes that indicate what messages
have been superseded by the current message on display.
Next to the combo box, I have placed a command button that
goes to the message that was superseded.
If one type of message supersedes another type, everything
works great. The Access Wizard does a marvelous job.
Opening another form that has a relationship to the
current form is easy.
If a message supersedes another record from the same
table, I get lost. There is no wizard for this and my
attempts at VB have been useless.
I'm assuming I need a DoCmd.GoToRecord where the
superseded message field equals the actual record of the
message that was superseded.
Is there a simple statement I can make to get the command
button to go to the record that is displayed in superseded
box?
I hope this makes sense.