F
Frank Krogh
Problem I:
I have made a form to display and edit the fields of a selected record. I
have added a combobox with three columns (included a hidden PK) to select a
record.
When a row is selected in the combobox, the combobox only shows the value
from one of the two displayed columns.
How do I make the combobox display values in both columns after the
selection?
Problem II:
In the form I have also added a command button that opens a report preview.
How can I make the report preview display the selected record and not all
the records in the table?
Thanks for suggestions
Frank Krogh
I have made a form to display and edit the fields of a selected record. I
have added a combobox with three columns (included a hidden PK) to select a
record.
When a row is selected in the combobox, the combobox only shows the value
from one of the two displayed columns.
How do I make the combobox display values in both columns after the
selection?
Problem II:
In the form I have also added a command button that opens a report preview.
How can I make the report preview display the selected record and not all
the records in the table?
Thanks for suggestions
Frank Krogh