Re: Finding a record number using SQL
- From: "Del Murray" <Del.Murray@xxxxxxxxxxxxxx>
- Date: Mon, 10 Dec 2007 19:35:30 -0600
The code i gave you does what you want. You just need to make sure the
autonumber field is in your recordset.. You dont use a sql statement to find
the record you just added. It is alread in your recordset and it is the
currrent record.
You can use the "sort" method of a tADOQuery to order the recordset without
issuing a new select statement.
What
.
- Follow-Ups:
- Re: Finding a record number using SQL
- From: JTH
- Re: Finding a record number using SQL
- References:
- Finding a record number using SQL
- From: JTH
- Re: Finding a record number using SQL
- From: Del Murray
- Re: Finding a record number using SQL
- From: JTH
- Re: Finding a record number using SQL
- From: Bill Todd
- Re: Finding a record number using SQL
- From: JTH
- Re: Finding a record number using SQL
- From: Del Murray
- Re: Finding a record number using SQL
- From: JTH
- Finding a record number using SQL
- Prev by Date: Re: Finding a record number using SQL
- Next by Date: Re: Finding a record number using SQL
- Previous by thread: Re: Finding a record number using SQL
- Next by thread: Re: Finding a record number using SQL
- Index(es):
Relevant Pages
|