If I'm understanding correctly, you wish to have a form open in Data Entry
mode. If that's what you are after, open the form in design view, click on
Properties, and set the DataEntry property to Yes.
Regards
Jeff Boyce
Microsoft Office/Access MVP
> Hi!
>
[quoted text clipped - 3 lines]
> Thanks in advance.
> an
an - 30 Jul 2007 16:24 GMT
JB,
An effect the form is Data Entry.
Thank you for your suggestion but like this a textbox txtCount with a
formulae =Max([NObserv]) in Control Source, dont´t show the value after write
value in textbox NOBserv.
an
> If I'm understanding correctly, you wish to have a form open in Data Entry
> mode. If that's what you are after, open the form in design view, click on
[quoted text clipped - 12 lines]
> > Thanks in advance.
> > an
Jeff Boyce - 30 Jul 2007 16:29 GMT
I'm not quite following what you are trying to accomplish.
If you have a textbox that displays a value from a table, I don't believe
you can use a formula. If you use a formula as a Control Source, I don't
believe you can write a value to the control (... but I may be
mis-remembering!).
Regards
Jeff Boyce
Microsoft Office/Access MVP
> JB,
>
[quoted text clipped - 25 lines]
>> > Thanks in advance.
>> > an
an - 30 Jul 2007 16:50 GMT
Sorry.
I have one textbox txtNObserv where I write (to table) the observation
number and another texbox txtCount with =Max([NObserv]) formulae to count "n"
observations, Ok?
Only one otherwise: I would like show us the last observation number as
information of the last observation to write next and like this...
Many thanks.
an
> I'm not quite following what you are trying to accomplish.
>
[quoted text clipped - 37 lines]
> >> > Thanks in advance.
> >> > an
an - 30 Jul 2007 16:30 GMT
Oops!
After compile =Max([NObserv]) work fine.
Thank you very much.
an
> If I'm understanding correctly, you wish to have a form open in Data Entry
> mode. If that's what you are after, open the form in design view, click on
[quoted text clipped - 12 lines]
> > Thanks in advance.
> > an