Hi all,
I'm having some trouble inserting data from a recordset in a variable.
De default method like
always worked for mee.
But....
Now i've combined two tables (Path and Recipe) in which both tables have a Primary Key called "Number"
Logically i entered the following
This results in a notification which says :
"Compile error : Method or data member not found"
Does anybody know what the right syntax is?
Linux IS userfriendly.
It's only very selective about who it's friends are.
I'm having some trouble inserting data from a recordset in a variable.
De default method like
Code:
Label1.Caption = RS!Number
But....
Now i've combined two tables (Path and Recipe) in which both tables have a Primary Key called "Number"
Logically i entered the following
Code:
Label1.Caption = RS!Path.Number
"Compile error : Method or data member not found"
Does anybody know what the right syntax is?
Linux IS userfriendly.
It's only very selective about who it's friends are.