these are both listboxes. why does one have brackets around it?
[relationslct].Value = other_relations_lst.Value
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Brackets are required for names which could confuse Access … say if the name includes spaces or punctuation characters. And brackets also help to avoid confusing Access if the name is the same as a reserved word (like Date, for example).
However, I don’t see any need for brackets around relationslct. They don’t cause any harm, but I prefer to get rid of them whenever they’re not actually needed.
If your question includes “how did they get in there in the first place?” … I got no clue.