P
PeterW
Hi I am very new to programming in access and would appreciate any help with
the following.
I have inherited and enquiries database and we want to allocate the enquiry
to a showroom based on the county.
Would I use a function to do this and then somehow pass the value from the
county field into it for testing and then use the result in the Showroom
field.
I think I could write this as a sub with a select case statement but seem to
remember it was more efficient to write a function if you want to use
something like this on a number of events so if you need to update anything
you can just do it in one place.
Not well versed in writing functions though and would appreciate any help
the following.
I have inherited and enquiries database and we want to allocate the enquiry
to a showroom based on the county.
Would I use a function to do this and then somehow pass the value from the
county field into it for testing and then use the result in the Showroom
field.
I think I could write this as a sub with a select case statement but seem to
remember it was more efficient to write a function if you want to use
something like this on a number of events so if you need to update anything
you can just do it in one place.
Not well versed in writing functions though and would appreciate any help