Hello Genius ...!!!
i have database file with updating regularly,
the database field is PurchaseDate which has for stored the product purchasing dates. now what i want, i want to get the buyer like 'timple' last purchasing date
so i use this below query but 'lastdate' i don't know which keyword is helping to getting LastDate
==========================Code:Select lastdate From productsSale Where custname = 'timple'
Database : Ms Access [mdb file], OleDb
PurchaseField : Date/Time
==========================
Thanks ....


Reply With Quote
