J
Jesse
I am trying to deal with the limits on updating fields in queries.
So, in a form that shows data re orders waiting to be shipped, I'd
like to be able to doubleclick on the order_ID number field (let's say
order # 02975) and have that cause a related form or table to open at
record number 02975. Then, I can directly edit the data that needs
editing.
Using Access 2000 "Macro builder" and the On Dbl Click event, I have
been able to get a desired form to open and have the focus, but I
cannot get the related record to be selected. (I'd prefer selected to
filtered.) I am hoping this can be done via the Macro Builder, but if
actual macro coding is required, so be it. If you know a
straightforward way to do this, I'd appreciate some advice.
(Note: This is for a very small business (mine), so while sending
someone to a table to edit it may not be Best Practices, for me it
would work fine.)
Thanks -- Jesse
So, in a form that shows data re orders waiting to be shipped, I'd
like to be able to doubleclick on the order_ID number field (let's say
order # 02975) and have that cause a related form or table to open at
record number 02975. Then, I can directly edit the data that needs
editing.
Using Access 2000 "Macro builder" and the On Dbl Click event, I have
been able to get a desired form to open and have the focus, but I
cannot get the related record to be selected. (I'd prefer selected to
filtered.) I am hoping this can be done via the Macro Builder, but if
actual macro coding is required, so be it. If you know a
straightforward way to do this, I'd appreciate some advice.
(Note: This is for a very small business (mine), so while sending
someone to a table to edit it may not be Best Practices, for me it
would work fine.)
Thanks -- Jesse