Hi
I'm designing 2 tables, where tabProds has the foreign key of tabUsers.
So when I want to join them I use..
WHERE tabProds.usr_ID = tabUsers.usr_ID
Ok
But the thing is that sometimes will not be possible to specify a user when
you insert a Product(becaouse we don't know at that time)...
And
avoiding the need of developing my own VB replicator, but
I have some wired eorros with remote MySQL DBs.
Thank you very much
Jorge Garza
(Sorry about my english :)
My system features(just in case)
Win ME
MyODBC 3.5
MySQL server
VB 6
Also have...
PWS