I\'m trying to update a microsoft access database table field from a similar field in a linked table.
I have hundreds of DWG, AutoCAD files that I would like search and catalog into an MS Access Database.
When I open excel in MS Access through the following VBA code: Set objApp = GetObject(, \"Excel.Application\")
Is Open Office Base compatible with MS Office Access? That is, can I successfully edit an Access-mad开发者_运维技巧e database from Base?
I am working on ASP.net application with a MS Access database.I want to only display those list of entries whose DateTime value is greater than the present date and time.
The objective is to create a weekly form, in Microsoft Access 2007, that allows employees to select their name from a list, the date of the first day of the week, and then create all daily time longs
I\'m trying to do an insert in oledb(ms access database) the field called objectdate is date/time the code i use to add the parameter is this, but i\'m getting error.
Background I have used MS editors and applications for years including Visual Studio and office products and got use to CTRL+Y being redo. In fact so use to it doing that that I use undo CTRL+Z multi
I\'m creating an index on table in an 开发者_JAVA技巧access database, programmatically: CREATE INDEX ind ON tableA (columnb);
Is it possible to view the form creation code in Access VBA? I don\'t mean the event listener code that is viewable i开发者_运维百科n the VBE from View>Code in the form\'s Design View. I mean the code