Hi everyone. Being relatively new to VBA, I have had issues correctly constructing a line of code to allow me to quickly select the correct queries in a form.
I have four combo boxes that let you select values 1-100. I want these to transfer to a SELECT command (ex. qry1, qry2... qryN). These values are expressed as strings.
I have been able to accomplish this concept in other languages such as python and C#, but have been unable to produce the same result in VBA. Any help is appreciated.
I have four combo boxes that let you select values 1-100. I want these to transfer to a SELECT command (ex. qry1, qry2... qryN). These values are expressed as strings.
I have been able to accomplish this concept in other languages such as python and C#, but have been unable to produce the same result in VBA. Any help is appreciated.