I still use Access 2000 and unless newer versions work differently, I don't understand why you'd have to open the form in design view, modify the rowsource of a control and close the form. Why not just open the form and change the rowsource of the control leaving it unsaved when closing it? If...
IT WORKS
Thanks PHV
I had some errors with your code, but I made it into:
DoCmd.RunSQL "UPDATE Clients SET " & FieldName & "=""" & Replace(Me("f" & FieldName), """", "'") & """ WHERE ClientId=" & Me!fClientId
So it seems that Access truincates the text when the query pulls it from the...
A combo box generally shows a value that is in its list, whereas a textbox will display what its told to display.
I've had similar difficulties with setting and retrieving dates from an activeX calendar when I copy and paste the calendar onto another form, and even if the form was imported.
I...
Hello,
I know what the problem is, I've encountered it before, but the solution I implimented was too unorthodox to me.
When I make a form, I unbound all the fields and use a generic subroutine to update the records where a single field gets modified. Access has never let me update a field...
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.