SALAH@SAAD
New member
- Local time
- Today, 07:38
- Joined
- Nov 7, 2024
- Messages
- 1
I work on Access form when I try to retrieve a value from a table field to my form combobox the data shown is randum
I used thismethod:
Dim my table
Set my table
Me.field = table!field
Is it necessary to declare the pk and how
I used thismethod:
Dim my table
Set my table
Me.field = table!field
Is it necessary to declare the pk and how