kicken18
Registered User.
- Local time
- Today, 18:52
- Joined
- Oct 19, 2004
- Messages
- 22
in VBA, i want to write something along the lines of
do i just use the varible names like in SQL like TBL_Customer.CustomerID
or is it differnt for VBA
Thanks
Chris
Code:
if Customer Name = Orders > 5
PromptBox "sorry only 5 orders max"
or is it differnt for VBA
Thanks
Chris