Hi All,
Haven't been on in quite a while whilst I've been working for an MSP and concentrating on their route to market.
I'm trying to setup a DB to track all the customers we have and what they take, so far so good. However we have a policy whereby the customers who have our ISP services get a free domain name. Obviously we still need to renew these domains as per normal.
So I have a form whereby I'm entering a new domain into the DB and I want it to check the internet table to see if the customer exists. If they do not I want the field to show no, if they do I want it to show yes.
My efforts so far have hit nothing but problems. I've tried IF statements but that didn't work.
IF[CustomerID]=([InternetTBL]![CustomerID], Yes,No)
But it just errors out.
I'm not big into VBA so I'm kinda stuck. Any thoughts would be appreciated.
Haven't been on in quite a while whilst I've been working for an MSP and concentrating on their route to market.
I'm trying to setup a DB to track all the customers we have and what they take, so far so good. However we have a policy whereby the customers who have our ISP services get a free domain name. Obviously we still need to renew these domains as per normal.
So I have a form whereby I'm entering a new domain into the DB and I want it to check the internet table to see if the customer exists. If they do not I want the field to show no, if they do I want it to show yes.
My efforts so far have hit nothing but problems. I've tried IF statements but that didn't work.
IF[CustomerID]=([InternetTBL]![CustomerID], Yes,No)
But it just errors out.
I'm not big into VBA so I'm kinda stuck. Any thoughts would be appreciated.