Converting unbound forms to bound

A

amin

I don’t have much experience working with unbound forms. My job is to
convert the exiting database with unbound forms that was created long time
ago to bound forms.
Is there a way to do this.
Any help would be appreciated
 
A

Al Camp

An unbound form has no RecordSource. To bind a form, add a RecordSource
table or query.
 
Top