| Thread | Last Post | Replies |
|
| Some good tips and pointers for speeding up data access to my back end tables | 21 Apr 2005 06:44 GMT | 3 |
my app is split with front end on local machines and back end on shared drive on network. that connection is horrible slow so my app takes about 2 minutes to open and I have a couple of forms in it that have listboxes used to find a record with the results for all the various search ...
|
| Remove record from List Box | 21 Apr 2005 06:40 GMT | 1 |
I am using a listbox to "store" information that the end user enters, so that I can use the list for query. For instance, the user enters the part number and quantity in separate text boxes, and then hit the Add Part button. The part number and quantity are then added to the ...
|
| forcing data | 21 Apr 2005 05:58 GMT | 3 |
I have a text box on my form which require the MSISDN to be entered with a set Prefix. I want to set it up so that a message box would appear if either the Prefix is not used ot the MSISDN is less that the required length, how do i do this.
|
| how do I save a record | 21 Apr 2005 05:57 GMT | 1 |
I was wondering how you could save a field to the table after editing it on the form I am asking this because I have a field containing the in a relationship with fields in several subforms, and when the information of the field is
|
| Iterate listbox rows | 21 Apr 2005 03:38 GMT | 4 |
I need to interate thru all the rows of a list box I just loaded. The first field in table1 is an integer. When I run this I get a type mismatch: (without the for...each it runs fine) Dim myList as Control
|
| option group value is value from field | 21 Apr 2005 00:14 GMT | 3 |
I want to create an Option group, with the labels 'Foundation' and 'Higher'. When 'Foundation' is selected, i want this to place the values from the 'GermanExaminationMarkF' field PLUS the value from the 'GermanCourseworkMark' field into the 'OverallGrade' field.
|
| Tabbing between Tabs without CTRL Tab | 21 Apr 2005 00:06 GMT | 3 |
I want if a user presses the [TAB] key to move to the next Tab Cntrl without having to press the Ctrl TAB...is this possible...I am beginning to realize anything is possible, just don't know how to do it..
|
| Prohibiting entry of special characters in a field | 21 Apr 2005 00:03 GMT | 3 |
I need to restrict the values entered into a text box to only A-Z and 0-9. Basically, I don't want the user to enter any special characters as they tend to confuse the other users. If anyone has any advice, it would be greatly appreciated!
|
| Callling DB from Web Link...Bug??? | 20 Apr 2005 23:53 GMT | 4 |
If I have an event fire when the form (startup form) is opened the DB will not open from being called from a Web Page. However if I remove the event from OnOpen the DB opens up fine. Has anyone else had this problem
|
| Error Msg on Trying to add MS Common Diagog Control ver 6.0 | 20 Apr 2005 23:41 GMT | 1 |
I keep getting this error message: The OLE server isn't registered. To register the OLE Server, reinstall it. And then another error that I don't have the license to use this ActiveX control....yada yada yada. On MS support, I found the error and resolution at
|
| product function | 20 Apr 2005 23:40 GMT | 5 |
what I need is the product of one field of more than one row (Something like =sum(field)) But I don`t need sum,I need product. Can anyone help,please
|
| Continuing before values returned from Query? | 20 Apr 2005 23:34 GMT | 5 |
I have a form that is used to enter customer payments. My DB is set up such that there is a customer table that holds the amount originally owed, with a one to many relationship to a transactions table that has each entry of any payments that have been received.
|
| membership table | 20 Apr 2005 22:54 GMT | 1 |
I am trying to create a simple database for members of a social club. I need a table and report for simple information such as name, address, telephone, dues paid, membership no. I am new at Access and having difficulties creating a new table and report
|
| Enterprise Manger SQL | 20 Apr 2005 22:53 GMT | 1 |
I am having trouble getting the enterprise manager utility to work under SQL 2000. The error message I get is: "The selected file cannot be found." This is under the Microsoft Management Console umbrella.
|
| Saving Data From Other Table | 20 Apr 2005 22:38 GMT | 2 |
I must be missing something or I'm not expressing my intentions properly. I posted a question (Linking Data) In the .forms newsgroup. Example: I have 2 tables: tblReminders and tblContacts. I want to be able to SAVE contact information into an appointment, say a dental appointment.
|