Build an unbound form in Acess 2007
Posted
by DoubleJ92
on Stack Overflow
See other posts from Stack Overflow
or by DoubleJ92
Published on 2010-05-21T18:49:54Z
Indexed on
2010/05/24
2:01 UTC
Read the original article
Hit count: 320
I have an access application that has a form that allows the user to enter case notes. The main field of this form is tied to a SQL Server varchar(MAX) field in the source table. Since the users switched to Access 2007, their program keeps crashing when they are on the case notes form. As a possible solution to this problem, I would like to try unbinding this form and re-building it as an unbound form.
This form needs to be able to add and update records into my SQL Server database. It also needs to be able to browse between records. I guess I am at a loss as to where to start. Any suggestions/code snippets is appreciated.
© Stack Overflow or respective owner