We\'ve got a pretty complex graph in an Access DB stored as nodes (node1, node2, etc.) and edges between the nodes (n1->n2 etc.).
Does anyone have an idea what this error means or how to solve it? I am using Access 2003 and SQL2005. It comes up when trying to add a record on a particular subform.
This is my first time building a UI in Access (using Access 2007), and I\'m wondering what is the Right Way (TM)of going about this.
What\'s the equivalent o开发者_高级运维f mysql Limit in ms access. TOP is not sufficient since I\'m going to use it for pagination.
I am new to PowerBuilder. I want to retrieve the data from MSAccess tables and update it to corresponding SQL tables. I am not able to create a permanent DSN for MSAccess because I have to select dif
When starting up Word from a form in Access, I do this: Dim wordApp As Word.Application Dim wordDoc As Word.Document
Please describe the exact steps required to use a compiled Access 2003 mdb with t开发者_StackOverflowhe Access 2007 runtime and retain my custom menus and toolbars so that they look the same as they d
I have written the following query: Private Sub Size_Sqft_BeforeUpdate(Cancel As Integer) Me!Size_Sqft = Nz(Me!Size_Sqft, 0)
I have a table, let\'s say it stores staff names (this isn\'t the exact situation, but the concept is the same), and the primary key is set to an autonumber. When adding a a new member of staff I want
I have a form containing two text boxes for user input.Both text boxes have the Property format set to \"Short Date\".One is the \"start date\", and the other is the \"end date\".I also have several t