AccessWillKill
Registered User.
- Local time
- Today, 23:39
- Joined
- Oct 2, 2010
- Messages
- 50
i need a validation rule i have a field that needs to get the first three letters from another fields value + 8 numbers
for example
Product = Funtime Frank
ShortCode = Fun12345678
the colours are just there to demonstrate what i mean
this is my validation rule
like Select Left (product,3) From tblblues And "########"
its wrong however i don't know where to go from here
for example
Product = Funtime Frank
ShortCode = Fun12345678
the colours are just there to demonstrate what i mean
this is my validation rule
like Select Left (product,3) From tblblues And "########"
its wrong however i don't know where to go from here