I need to gather some information from a Microsoft Access form and I need everything to be as organized as possible.
so if i do a SQL statement like so: sql = \"SELECT * FROM tblMain\" set rs = currentdb.openrecordset(sql)
Is it possible to build an unmatched data query using two tables with a tracking a unique value field and also another v开发者_C百科alue in the row as well (that value will not be unique).
I have an old Access database that is being upgraded to work with Access 2007.The client is complaining that it is slow now.开发者_StackOverflow社区I am looking for ways to optimize it.
I have a VBA function IsValidEmail() that returns a boolean.I have a query that calls this function: Expr1: IsValidEmail([E-Mail]).When I run the query, it shows -1 for True and 0 for False.So far so
I am upgrading a database system from Access 2000 db to Access 2007, which communicates with several chemistry measuring devices(pH meter, scale, etc) via an RS 232 serial port.The first db consists o
In the following AccessVBA code, I am trying to write a record to a memo field called \"Recipient_Display\":
I have an excel spreadsheet that contains开发者_Go百科 the primarky-key/id value for a record in a table inan access database.
I have recently found a script from ArcScripts on how to get an Access table in ArcGIS programmatically and it works well. But this is for Access 2003 (.mdb extension) and earlier. The code is posted
I use the DAO method Execute to delete some records. If this fails this is clear by checking RecordsAffected (it will be 0). But is it possible to get the error message (for instance, to log or to sho