From: techjohnny on
I have a form that was creating using Access 97. The user can
successfully input the data, but it doesn't reflect on the screen that
it was inputted, but a query of the table will show the new data
exists.

--tj
From: Jeff Boyce on
What happens, specifally, when it "doesn't reflect on the screen"?

There's a chance that the form has its "Data Entry" property set, which
would ONLY allow data entry, not display of existing records.

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.


<techjohnny(a)gmail.com> wrote in message
news:9be886f3-d9fa-4b22-acb5-1934d72ccf0a(a)g1g2000pro.googlegroups.com...
>I have a form that was creating using Access 97. The user can
> successfully input the data, but it doesn't reflect on the screen that
> it was inputted, but a query of the table will show the new data
> exists.
>
> --tj


From: techjohnny on
On May 3, 2:06 pm, "Jeff Boyce" <nonse...(a)nonsense.com> wrote:
> What happens, specifally, when it "doesn't reflect on the screen"?
>
> There's a chance that the form has its "Data Entry" property set, which
> would ONLY allow data entry, not display of existing records.
>
> Regards
>
> Jeff Boyce
> Microsoft Access MVP
>
> --
> Disclaimer: This author may have received products and services mentioned
> in this post. Mention and/or description of a product or service herein
> does not constitute endorsement thereof.
>
> Any code or pseudocode included in this post is offered "as is", with no
> guarantee as to suitability.
>
> You can thank the FTC of the USA for making this disclaimer
> possible/necessary.
>
> <techjoh...(a)gmail.com> wrote in message
>
> news:9be886f3-d9fa-4b22-acb5-1934d72ccf0a(a)g1g2000pro.googlegroups.com...
>
> >I have a form that was creating using Access 97.  The user can
> > successfully input the data, but it doesn't reflect on the screen that
> > it was inputted, but a query of the table will show the new data
> > exists.
>
> > --tj

How can I check the "Data Entry" property? The user can scan items
into a special field called "Part," but this doesn't show up below on
the screen. It use to populate a field below "Part," but now it does
not.

--tj
From: Arvin Meyer [MVP] on

<techjohnny(a)gmail.com> wrote in message
news:6a0672fa-8415-45a5-bf0d-c4d59ab1f2d8(a)r11g2000yqa.googlegroups.com...

How can I check the "Data Entry" property? The user can scan items
into a special field called "Part," but this doesn't show up below on
the screen. It use to populate a field below "Part," but now it does
not.

Data Entry peoperty would mean that the form opens blank. It may be that you
just need a button to requery the subform The syntax would be something
like:

Me.NameOfSubformControm.Form.NameOfTextBoxForPart
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.accessmvp.com
http://www.mvps.org/access


From: Jeff Boyce on
Sorry, but I'm having trouble visualizing what you're working with.

Care to elaborate?

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.

<techjohnny(a)gmail.com> wrote in message
news:6a0672fa-8415-45a5-bf0d-c4d59ab1f2d8(a)r11g2000yqa.googlegroups.com...
On May 3, 2:06 pm, "Jeff Boyce" <nonse...(a)nonsense.com> wrote:
> What happens, specifally, when it "doesn't reflect on the screen"?
>
> There's a chance that the form has its "Data Entry" property set, which
> would ONLY allow data entry, not display of existing records.
>
> Regards
>
> Jeff Boyce
> Microsoft Access MVP
>
> --
> Disclaimer: This author may have received products and services mentioned
> in this post. Mention and/or description of a product or service herein
> does not constitute endorsement thereof.
>
> Any code or pseudocode included in this post is offered "as is", with no
> guarantee as to suitability.
>
> You can thank the FTC of the USA for making this disclaimer
> possible/necessary.
>
> <techjoh...(a)gmail.com> wrote in message
>
> news:9be886f3-d9fa-4b22-acb5-1934d72ccf0a(a)g1g2000pro.googlegroups.com...
>
> >I have a form that was creating using Access 97. The user can
> > successfully input the data, but it doesn't reflect on the screen that
> > it was inputted, but a query of the table will show the new data
> > exists.
>
> > --tj

How can I check the "Data Entry" property? The user can scan items
into a special field called "Part," but this doesn't show up below on
the screen. It use to populate a field below "Part," but now it does
not.

--tj