| Thread | Last Post | Replies |
|
| change color in many text box | 27 Feb 2008 14:20 GMT | 3 |
I have a form which takes information from a query. The information is orizontally aranged in the many text boxes . I would like to know how can i change the background color of the text box on the row by just doubleclicking on that particular row.
|
| Setting the Windows Cursor during Form Processing | 27 Feb 2008 06:23 GMT | 3 |
hiya gurus I would like to force the mouse cursor to immediately become an hourglass when some long processing/quering commences on a form. it appears that it takes some time for Access to show the hourglass and usually only after the
|
| AllenBrown TypeAsUFind ? | 27 Feb 2008 01:21 GMT | 2 |
Ihave been reviewing the TypeAsUFind and have a ? My form have Part Name, Part Number, Qty, Location, Remarks columns. I want to use this feature to search this form. Can I change the code to look up this info using the TypeAsUFind code. And if so, how do I go about doing ...
|
| Calculated Field Question | 27 Feb 2008 01:10 GMT | 8 |
I downloaded the 2003 Access database "Service Call Management". I am hung up at one point. The Workorder Labor form has fields, "BillableHours" and "BillingRate". You manually insert the hours, which is then multiplied times the billing rate to get the total labor charge. I have ...
|
| Creating a filter for a list box | 26 Feb 2008 23:27 GMT | 1 |
I want to create a filter for a list box that I can turn off and on using a check box on the same form. Currently, I am using a query to filter the list box. The query serves as the data source for the box. Is there a way I can create a filter and then turn it on and off using
|
| Input Mask question | 26 Feb 2008 22:18 GMT | 2 |
When I use the wizard to create an input mask for a phone number field I get !\(999") "000\-0000;0;_ or !\(999") "000\-0000;;_
|
| Increment or Loop thru a series | 26 Feb 2008 22:08 GMT | 1 |
I have a macro for serials numbers which, when run, threads thru several forms, dropping data off at specific tables. Is there a way to have this macro fed from a list of serial numbers, doing one at a time, until the list is completed?
|
| Step Thru Code? | 26 Feb 2008 22:04 GMT | 3 |
When I'm looking at my code in the code window, I can't seem to make the code run. If I click on the Run button, a dialog pops up, asking what Macro I want to run.
|
| Can't edit record - Form is read-only | 26 Feb 2008 21:59 GMT | 1 |
I have a Students form that has as its record source the Students table. It has sub form which displays a list of the classes the student has take/is taken along with the name of the teacher and a status flag, StatusID. The Classes.StatusID is a foreign key linked to the Status ...
|
| Datatype BIT problem with Access front-end AND SQL back-end | 26 Feb 2008 21:55 GMT | 2 |
This is the first time i post something on this forum, so i'm not sure if this tread is on the right place. I am having trouble with a BIT field when migrating an Access database to an SQL database.
|
| How to do a hyperlink command in case select | 26 Feb 2008 21:06 GMT | 1 |
Hi, I have a listbox with choices, it's all on double click event. I have a case select to the choices. One of the choices is a hyperlink lets say "www.abc.com". I have all do.cmd for the all other cases (which work fine) but I don't know how to open this url up. Thanks in
|
| Focus issue | 26 Feb 2008 20:52 GMT | 1 |
I have a listbox that is made visible when a user clicks on an associated command button. The listbox includes an option to "CANCEL" if they decide not to select
|
| Memo Fields | 26 Feb 2008 19:18 GMT | 2 |
I'm trying to collect data for a multiple record update and place it into a memo field. The application steps through a record set compiling the data to a text box on a form while not eor
|
| lstBox value returns null | 26 Feb 2008 17:46 GMT | 1 |
Am implementing a password system on a form. There is a table holding UserNames and Passwords. I have built a query that takes the contents of a textbox on a form as a criteria and returns the correct password into a listbox on the
|
| Append Query And Function | 26 Feb 2008 16:32 GMT | 1 |
Thank you Dear All I create append query to add record to ((((((((Another Database))))))))): Access problem:
|