Does anyone know how to make a text box not word wrap without using a horizontal scollbar? It must be possible because that's what the properties window does.
Thanks,
Gav.
I was using this code successfully to move to the last recordset in an Access table
Set rsStudents = dbSJS1.OpenRecordset("Students", dbOpenTable)
rsStudents.MoveLast
txtIDNumber = rsStudents("ID Number") + 1
(to display what the current record will be numbered, once...
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.