Hi,
Is it possible to have relations between a SQL-recordset and a DBF-file?
In my DBF-version of my program I have a list a customers.
I have also an temporary empty - local DBF-file with only 2 field. An ID-record, and a numeric field.
There is a relation betwen the ID of the client, and the field op the temporary file.
If the user double-click one row of the list, I add that ID to the temp-file and the record is selected. N° 1 is displayed in the last column.
He can select more than one record. He can also double-click the same record again, so it's 2 times selected. N° 2 is displayed in the last column.
Now can print labels of the list.
How can I do this in SQL? I can't add a field in the table, because it's possible tha more that one user of the network-program want to print.
That's reason wy I created a local temorary file + relation.