PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → Queries/Tables
Queries/Tables
Débuté par Phill Slusar, 18 oct. 2007 13:31 - Aucune réponse
Posté le 18 octobre 2007 - 13:31
I have a customer table which has an input form with the ability to scroll through all of the other records. I also have a job table which has the customerID from the customer table as a composite key.

I am trying to make a table, using a query to read the customer ID from the customer table and pull up the jobs related to this customer in a table underneath the input form.

Does anyone have any ideas? My queries seem to just bring up the list with all of the customer ID's related to the all of the jobID's and not the specific customer.

Thanks

Phill Slusar