ms-access-2003
printing a record
I am using this code to print a record from the form Private Sub btnPrintRecord_Click() On Error GoTo Err_btnPrintRecord_Click[详细]
2023-01-08 20:54 分类:问答C# WPF Access 2000-2003 Files Creation
How can I create access 2000-2003 file using C# WPF and add tables in, data in and perform queries on it?[详细]
2023-01-07 07:10 分类:问答Any suggestion for DB datatable design for this issue?
It\'s a little complex. I\'ll try to be as clear as I can.开发者_StackOverflow中文版 It\'s a work plan. We make estimation of the total time needed for a task, say 100 hours, and break it into period[详细]
2023-01-06 14:25 分类:问答Table with selectable items in Access 2003
I need to create a form in which user can select one item from the table. Then user can click on button so data in selected row can be used in next step. I am unable to find optimal solution.[详细]
2023-01-04 12:57 分类:问答How to Solve DLL error in access
I am developing an Excel project in Access using VBA. My project is working in Access 2007, 开发者_如何学Cbut it does not work in Access 2003. If I try to run the file, it shows the DLL error. Anyone[详细]
2023-01-02 10:55 分类:问答VBA for Access 2003 - DDL for creating access file: setting the Autonumber data type
So I have the below VB that creates an access file in the default workspace, creates a table, create some fields in that table...just need to know the syntax for setting the first data type/field to a[详细]
2022-12-30 09:17 分类:问答How do I get rid of Duplicate Entries With Unique IDs in MS Access 2003?
I\'m working on an MS Access Database with tons of duplicate entries. The problem is that there is a table of students, and sometimes instead of just updating a certain student\'s information, someone[详细]
2022-12-29 10:54 分类:问答How can I always round up decimal values to the nearest integer value?
On a report I have the following code for a field: =Sum([PartQty]*[ModuleQty]) Example results are 2.1 and 2.6.What I need is for these value to round up to the value of 3.How can I cha开发者_开发百[详细]
2022-12-25 14:23 分类:问答Adding new records in Access without wrecking the form
I\'m working on a simple Access 2003 application to keep track of things that need to be done for clients for some colleagues.Each colleague has a set of clients, and each client has a set of actions[详细]
2022-12-25 13:09 分类:问答MS Access 2003 - ordering the string values for a listbox not alphabetical
Here is a silly question. Lets say I have a query that produces for a list box, and it produces values for three stores[详细]
2022-12-25 07:42 分类:问答