I am positive this piece of code was working the other day and can't figure out why it isn't finding values to be equal.
cmd.CommandText = "SELECT * FROM Collection WHERE CollectionType = '" & Me.Cmb_CollectionType.Text & "'"
cmd.Connection = SqlConnection1
SqlConnection1.Open()...
I created a design master and replica, during its creation the wizard apparently changed all of the AutoNumber Fields from incremental to random. Access will not allow you to change the field back to incremental. I am wondering if there is a way to change the field back to incremental without...
How do I link unbound controls to the current row in a subform. I am currently trying to create a subform that allows users to enter values into multiply unbound controls in a row in a subform. To save space, I don't want to create a field for each control. I am using a procedure to place the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.