I have a table in an Access database with an autonumber field. When I delete all the records from the table, the autonumber remembers the last num开发者_JAVA百科ber.
Well, I do hate asking vague questions bu开发者_运维技巧t I can\'t help it this time: Some macros I\'m coding are taking a long time to run - and I just realized that it\'s incredible boring to just w
i have DB where some names are written with Lithuanian letters, but when I try to get them using java it ignores Lithuanian letters
My question is fairly straight forward and hopefully simple. I\'ve got a database that has a long list of part numbers, and some items without part numbers. What i\'d like to d开发者_StackOverflowo i
My Access 2000 application is generating a PDF from a snapshot of a report using ReportToPDF. After I have the PDF fil开发者_运维知识库e generated, I am converting it to binary and saving to MS SQL S
My query is as follows : I have written in access can anyone pls help how can I convert it into sql query I am getting an error near IIF condition.
I created a listbox bound to a datatable in C# connected to an MS Access database. The idea was to display the contents of the table on the listbox and by selecting each one, it would then display th
Ok. I\'ve been working a lot on a treeview and I decided that it would be convenient to allow the users to move the nodes of the treeview up and down however they see fit. My structure is just a simpl
I have an Access table which has a Number field and a Text field. I can run a query like this: SELECT * FROM Table ORDER BY intID ASC
I have a VB applicaiton with MS-Access database. The access database is protected with workgroup administration file.