Re: saving information into a tables
- From: John Vinson <jvinson@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 27 Dec 2006 18:40:59 -0700
On Wed, 27 Dec 2006 17:30:01 -0800, GlobalTek
<GlobalTek@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
I may be wrong but to bound a form to a table without saving you need to have
a combo-box. In my form I have a Text Box with a Default Value and I`m unable
to be able to save the information inside the table ... What other solution
can we use for that ???
Ummm...
You are in fact wrong.
It's perfectly possible to have a bound form without a combo box, or
an unbound form with a combo box. I have NO trace of an idea what you
mean by "bound a form to a table without saving" though.
Having a Default Value on an unbound textbox does exactly NOTHING
unless you have VBA code to open a Recordset based on a table, and
explicitly populate the Recordset with the value from the form - a
much more complex process than simply using a bound form!
John W. Vinson[MVP]
.
- References:
- Re: saving information into a tables
- From: Albert D. Kallal
- Re: saving information into a tables
- Prev by Date: Re: Access vs SQL Date Weirdness = Incompatibility?
- Next by Date: Re: Populating control values based on each record on the many side
- Previous by thread: Re: saving information into a tables
- Next by thread: Re: saving information into a tables
- Index(es):
Relevant Pages
|