Sometimes it just takes posting a question and then a good walk. As I was looking over some documentation for a good rodeo clown college I said just take it back to basics...a function should only return 1 thing so I changed the code and ran the function from each checkbox control on the "on open" event and it works like a charm. Here is the code:
Code:
Public Function WhichLocationsAreChecked(Location_str As String, Target As
I have been racking my brain for a week now and if you don't mind I would like to throw it to the group to see what the folks think.
I have a database that holds100 records, there are multiple fields in each record but there is one in particular that is defined as a string and contains numbers that are deliminated by commas,(ie:"1,2 ,3,6,8,9"). Now the version of Access allows me to do a split with no problem and I have successfully...
Leave a comment: