J
justin
Ok, my first question:
I've created a form so users can enter information into
the relevant fields. But, I also removed a few fields, for
reasons I'll explain later, and now everytime I open the
form a prompt pops up asking me to "Enter Parameter Value"
for one of the fields I removed. My question is, why is
this happening, and how do I get rid of it?
Second question:
Like I said before, I removed three fields from the
original form, and created a subform with those removed
fields.
I should probably start out by saying that those fields I
removed are used to make comments about the rest of the
information, to record the date the comments were made,
and to record the name of the person who made the comments.
The comments only apply to individual documents and not
all the documents in the database. So, I've created a
tblcomments table to store those 3 fields. There is also
an ID field which is related to the ID field in the
information table. By doing this I'm assuming that the
comments being entered into the subform, will only show up
if you're looking at the related documents information.
One of my questions is; is this the right way to set this
up, or should I put the comments, commentdate, and name
fields into the main information table, and get rid of the
tblcomments table and it's subform?
The other problem I'm having with this subform, is that
when I go to enter comments into the comments field on the
form, I get a message saying "This property is read-only
and can't be set." Why is this? If I click the "ok"
button, I can then enter information into the field.
I apologize for the length of this, but it's really
confusing and I can't figure it out.
Thanks in advance for any help, and if you need
clarification on anything, let me know. Thanks again
-Justin
I've created a form so users can enter information into
the relevant fields. But, I also removed a few fields, for
reasons I'll explain later, and now everytime I open the
form a prompt pops up asking me to "Enter Parameter Value"
for one of the fields I removed. My question is, why is
this happening, and how do I get rid of it?
Second question:
Like I said before, I removed three fields from the
original form, and created a subform with those removed
fields.
I should probably start out by saying that those fields I
removed are used to make comments about the rest of the
information, to record the date the comments were made,
and to record the name of the person who made the comments.
The comments only apply to individual documents and not
all the documents in the database. So, I've created a
tblcomments table to store those 3 fields. There is also
an ID field which is related to the ID field in the
information table. By doing this I'm assuming that the
comments being entered into the subform, will only show up
if you're looking at the related documents information.
One of my questions is; is this the right way to set this
up, or should I put the comments, commentdate, and name
fields into the main information table, and get rid of the
tblcomments table and it's subform?
The other problem I'm having with this subform, is that
when I go to enter comments into the comments field on the
form, I get a message saying "This property is read-only
and can't be set." Why is this? If I click the "ok"
button, I can then enter information into the field.
I apologize for the length of this, but it's really
confusing and I can't figure it out.
Thanks in advance for any help, and if you need
clarification on anything, let me know. Thanks again
-Justin