dbmanalser84
Registered User.
- Local time
- Tomorrow, 00:08
- Joined
- Feb 26, 2008
- Messages
- 52
I'm building car shop database and in one of my tables (Cars) I have dteManufacturingDate field. I want to update dteWarrantyDate field which should be calculated as dteManufacturingDate + 5 years. Now I did it like this: in the query builder my Field has value of: dteWarrantyDate: [dteManufacturingDate]+[Year(5)], Append has value dteWarrantyDate. When I run the Update Query I'm being prompted for the Year(5) value. No mater what I type the query runs and it doesn't update anything, it says something about 10 records (I have them in this table) but when I open the table my Dates are not updated the field is empty. I tried looking in Access Help for Update Query but couldn't find answers. Can someone explain this better on my example here, and say something else that I would need to know when I build Update queries?
I preffer to know what value Field must have (what should syntax look like, which brackets and how I use when I put fields that contain text and numbers), and what Append To reffers to, also when to use Criteria field, etc.? Thanx.
I preffer to know what value Field must have (what should syntax look like, which brackets and how I use when I put fields that contain text and numbers), and what Append To reffers to, also when to use Criteria field, etc.? Thanx.