I have a continuous access form with record开发者_运维知识库 selectors enabled.Here\'s the code for the btnPrintReceipt click event handler.I want it to get the ReceiptID of each selected record and o
How to limit the characters in access to more than 255? for example, I want it the memo or text box to limit it to max 300 characters.
I\'m fairly new at access and I have no clue how to handle this situation. I dont even know where to start so any help would be greatly appreciated.
How do you have MS Access place a checkmark in a checkbox control based off a value in a tab开发者_开发技巧le?The usual way is to bind the form to a query or table and bind the control to the relevant
I have an .asp page and I am using VBscript. basically I have a database with country, partner type and phone columns. I know how to load these into a recordset and display them into an .asp page.
I have a column with address numbers (1, 1a, 3, 12b, ...etc). I need t开发者_高级运维o sort them as numbers (result as above), not text (such as 1, 1a, 12b, 3, ...etc).
I have a LinkTable which points to an existing table of S开发者_运维知识库QL server in my Access database.
i have 2 questions when i use access: i create a form with comboBox andcalenders, i want to choose an employee
I would like to call a custom created function in access from VB 开发者_如何学CNET. For example I created a myRoundNumber function in Access when i create a query in access with that function it works
This question already has an answ开发者_高级运维er here: Manipulating an Access database from Java without ODBC