Hi
Can you please help me with my code. I'm trying to display only the dates that are available in the history table fo the customer displayed in the screen & it's not working
Here's my code:
SELECT DISTINCT date FROM Sasol_campaign_history WHERE sasol_master_campaign.[store name]=sasol_campaign_history.[store name];
and i tried this as well
SELECT DISTINCT date FROM Sasol_campaign_history WHERE sasol_campaign_history.[store name] = [forms]![frmSasol_campaign]![store name];
it's in the row source
Please kindly help
Noks
Can you please help me with my code. I'm trying to display only the dates that are available in the history table fo the customer displayed in the screen & it's not working
Here's my code:
SELECT DISTINCT date FROM Sasol_campaign_history WHERE sasol_master_campaign.[store name]=sasol_campaign_history.[store name];
and i tried this as well
SELECT DISTINCT date FROM Sasol_campaign_history WHERE sasol_campaign_history.[store name] = [forms]![frmSasol_campaign]![store name];
it's in the row source
Please kindly help
Noks