Is it possible to pass parameters programmatically in a Microsoft Access update query?

I just tested this and it works in Access 2010. Say you have a SELECT query with parameters: PARAMETERS startID Long, endID Long; SELECT Members.* FROM Members WHERE (((Members.memberID) Between [startID] And [endID])); You run that query interactively and it prompts you for [startID] and [endID]. That works, so you save that query as [MemberSubset]. … Read more

Why is 1899-12-30 the zero date in Access / SQL Server instead of 12/31?

Maintaining compatibility with Lotus 1-2-3 back in the day, which had a bug in that it thought the year 1900 was a leap year (or pretended?). The explanation is too long to quote, but for the sake of curiosity, here are some snippets. http://blogs.msdn.com/b/ericlippert/archive/2003/09/16/53013.aspx http://www.joelonsoftware.com/items/2006/06/16.html 1900 wasn’t a leap year. “It’s a bug in Excel!” … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)