Re: How can I add a row from a form?
- From: "Keith W" <here@xxxxxxxxx>
- Date: Wed, 7 Dec 2005 15:42:58 -0000
"Lars" <Lars@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:9E62B383-BA04-4B85-A81E-A74AD30329FC@xxxxxxxxxxxxxxxx
> Hi,
>
> I'm struggling with a couple of concepts here and would really appreciate
> any help :)
>
> 1. I've tried to make an update query for my database. I'm making an
> installation log (customers and their installation date) and would like to
> make a form to easily add jobs. The problem is that I cannot find a way to
> just get some boxes representing the values I'm looking for, then
> validating
> them, and then inserting them into my database.
>
> 2. Ultimately, I want #1 to just be a form presented, the consultant
> inserts
> the details, click a button of some sort, and the data is inserted into
> the
> db.
>
Base a select query on your table, then base a form on that query. You
don't need an update query.
HTH - Keith.
www.keithwilby.com
.
- Prev by Date: Re: Create warnings
- Next by Date: Re: Form opens SLOW when "Allow Addtions" set to No
- Previous by thread: Re: Previous Value
- Next by thread: Re: How can I add a row from a form?
- Index(es):
Loading