Hi Need help pls.
I have a table machine with fields:
- ID(PK)
- model ( lookup column to machine model)
- serialno
- type
Then a table meter reading:
- ID
- machineserialno (lookup column to tblmachine/serialno)
- readingdate
- totalcounter
I want it to be like when i press lookup column in tblmeterreading/ machine serialno....it shall show the machine serial no|model in the popup combobox.
Instead it shows my machine serialno|id,
for example: when I select the machineserialno. a combobox shall show:
s/n:221233 | sony
instead it show:
s/n:221233 | 1
??