Re: Table with only the last record
- From: "solar" <sprimerov@xxxxxxxxx>
- Date: 26 Feb 2006 08:38:49 -0800
In addition to my question I guess that i should build a make table
query that contains only the last order.To this end i have tried to
build the following function:
Public Function Alan()
Dim SQL As String
SQL = "SELECT * INTO orders1 FROM orders WHERE orders1.orderid =
DMax(orderid,orders)"
CurrentDb.Execute SQL
End Function
However i get the error "too few parameters".Where am i wrong and i can
i do in that way ?
.
- Follow-Ups:
- Re: Table with only the last record
- From: Kaj Julius
- Re: Table with only the last record
- References:
- Table with only the last record
- From: solar
- Table with only the last record
- Prev by Date: Re: deleting records
- Next by Date: Re: Table with only the last record
- Previous by thread: Table with only the last record
- Next by thread: Re: Table with only the last record
- Index(es):
Relevant Pages
|
Loading