Mer said:
Wow Rick, thanks.........
You have cut straight thru the layers and directly to the heart.
Yes, in answer to your assumptions, you are right. I was referring
to the file type MDB and I am
trying to design the form off one of many multiple tables encased (?)
in the MDB.
Which I believe is what you are supposed to use when you want to
utilize a subform.
Which will be my next problem. Where do I access this
RecordSourceProperty area ? I have yet to see it ? Maybe it is
within the view of the form button ?
With the form in design view bring up the property sheet. On the { Data } tab
of the property sheet the RecordSource is the first property listed. Make sure
the TitleBar of the property sheet indicates that you are looking at properties
of the Form itself and not an object residing on the form. You can click on the
gray square in the upper left of the form to ensure this.
Can you tell me where to go for the best site for easy to understand,
and I mean easy manuals with lots of examples and the code. I have
been to the MSN site and by the time I get thru drilling down I
forgot what I started out to get. I have been to Barnes and Noble
and was not that impressed.
I would start with the help file. You started with a form that "looked" like
what you wanted and then needed to know what to change on it so it worked with
the desired table. That is a rather backwards approach and directly led to some
of your difficulties.
Instead of that I would recommend the following when starting out. Select the
desired table in the db window and then press the Autoform key in the toolbar.
Presto! With that one button click you have a properly constructed bound form
with controls all properly bound to each field in the table. Now, the
relatively easy part left is to make the form look the way you want it.
The same approach could be used with a saved query. Just be careful if you want
a form for editing data that you start with a query that allows editing data. I
would avoid the form wizards entirely until you feel comfortable with how forms
and controls work, and how RecordSource and ControlSource properties are related
to that.