hi there,
my table entries are reciept(primary key),name,reciever,address,amount...i want a query to show recently updated entry in table i.e only last entry from table
hi there,
my table entries are reciept(primary key),name,reciever,address,amount...i want a query to show recently updated entry in table i.e only last entry from table
Till some one comes along, how do we know which is the last updated entry ?
Thanks
i dint get what ur trying to say
sorry, for not being clear.
What I was asking was :
How do we let access know which is the last updated entry in the table ?
Do we have a field for example : LastUpdatedOn - DateTime Field or a DateTime Field set with a default value of Now, etc ?
Or is it that you have just updated an entry & want to open it immediately along with the updated data ?
Thanks