| Thread | Last Post | Replies |
|
| run time error '3464' | 19 Mar 2007 16:12 GMT | 4 |
i dont understand why i have that type of error, because colume have the same data type (number). thanks, currencySQL = "SELECT * from Currencys "
|
| how can i convert numbers to text? e.g 1 to "one", 11 to "eleven" | 19 Mar 2007 16:06 GMT | 2 |
i want to convert "marks obtained" by students, entered to database as "numbers" into their text equivalents. e.g 11 to "eleven" and so on
|
| How do I create buttons in VBA | 19 Mar 2007 16:05 GMT | 2 |
I have a table with a list of Agent states in it; Available, On The Phone, Data Input, Post, Toilet, Break etc etc. I want for my form to generate a toggle button for each of these when it's loading;
|
| calculated values in a key field | 19 Mar 2007 15:58 GMT | 11 |
Is it possible at all (presumably in a form) to create the value to be stored in a key field based on another field (or two). For example, to have the form insert mitchp for a Customer ID based ona surname of mitchell and a first name
|
| Adding data from one form to another using command buttons | 19 Mar 2007 14:32 GMT | 2 |
Im trying to get a command button which will, when pressed, copy information from a certain field in one form, and then paste it into a different form in the same project. Any help will be greatly appreciated. My limited knowledge of visual basic
|
| multiple users | 19 Mar 2007 14:11 GMT | 1 |
how can I enable multiple users to access my database at the same time? I work with a network of 5 computers.
|
| Search function | 19 Mar 2007 13:42 GMT | 5 |
Is it possible to create a search button to search the whole of my access database without removing the filter? I would like it to search for all matches, even if the entire word isn't the same, i.e. if I type in 'tech' it finds all matches to technology, technician etc..
|
| Access License and useing older versions | 19 Mar 2007 13:06 GMT | 3 |
Where I work I can only purchase Access 2007 licenses at this time, can I chose to install and use access 2003 if I want? Will I be legal. All my scripts where written and test in 2003 and Now I have a need for another machine to process more data and so I have to order the ...
|
| commandbars and reference library problem | 19 Mar 2007 11:02 GMT | 2 |
I am trying to remove the ms office reference library, but have used the following throughout my application, which requires this reference library: Application.CommandBars("contactsmenubar").Controls("&Actions").Controls("&Suspended Account").State = msoButtonUp The problem being ...
|
| VBA problem (I think) to check for data entry | 19 Mar 2007 08:41 GMT | 9 |
Using WinXP and Access2K2 On a form I have this code to check if a control has data and checkboxes have been checked. The form is based on a Query of the underlying Table so I can alphabetize the names on the form level.
|
| Programming cost question | 19 Mar 2007 08:24 GMT | 16 |
Not sure where else to ask this question . . . As a small-time database programmer (I do jobs for several non profits) I recently had a discussion about charging by the hour or by the job. I've always charged by the job, but put my estimated hours on my estimates. I
|
| Chart | 19 Mar 2007 08:07 GMT | 2 |
I have a problem with my chart,i used the following code in its rowsource: SELECT [Month2],Sum([Cases]) AS [Number of Cases] FROM [RMonthly] GROUP BY [Month2]; But actually the months are put in alphabetical
|
| Currency Format in Access 2007 | 19 Mar 2007 07:33 GMT | 6 |
I am Access programmer. Now I had a problem that I can't find a way for a long time. In the Open event of a form, I give the format of a text box related with records a value. It is similar with the statement below.
|
| How to get FIle Dialogue | 19 Mar 2007 06:44 GMT | 1 |
I copy code from visual basic help start at Dim Fd as Filedialogue ....until end of example. When I run it by click event it show error type not defined. How to solve this problem
|
| Searching and listing multiple records on a form with combo box | 19 Mar 2007 04:38 GMT | 1 |
I have a table that keeps case records and one of the columns store the vehicle no. It is possible that the same vehicle will appear in different case records. CaseID | Vehicle No
|