| Thread | Last Post | Replies |
|
| can i use a webcam on may computer | 16 Sep 2006 02:51 GMT | 1 |
i wan use may web cam but can't i don't knw way
|
| Show a single record | 16 Sep 2006 00:27 GMT | 2 |
I have two forms. The first form is frmCustomer_Lookup and the other is frm_Customers. In frmCustomer_Lookup I have a combo box where the user selects a customer and then clicks a command button that takes them to that customer in frmCustomer where they can see all the data. How ...
|
| 1 Form, 1 query, different criteria on diferent tabs | 16 Sep 2006 00:26 GMT | 1 |
I have designed a form which allows me to edit records in my database. The data is a list of issues and each record has a status ID (1=Review, 2=In Progress, 3=Completed, etc.). The form contains several tabs (one for each Status) and ideally I would like to use the same form in ...
|
| How do you eliminate duplicates in a bound combo box? | 15 Sep 2006 22:29 GMT | 1 |
I have a form with a bound combo box that has duplicate numbers in it. I need the duplicates removed. How do I eliminate the duplicates from the drop down?
|
| How to Delete the Current Record via VB in a Form | 15 Sep 2006 22:11 GMT | 2 |
I have tried several other things that were not directly an answer to this from other posts, but have not had success. I have code that finds the record I want to delete, but I can't figure out the delete part: Me.AllowDeletions = True
|
| update a field in a record with a query , parameter under a save b | 15 Sep 2006 22:10 GMT | 1 |
I have a access 2000 form which is linked to a table. This form has calculated text fields. So far, when a user hits the save button on the form it saves all the control source textboxes for the current record.
|
| Access Date in Report...PLEASE HELP!!!!!!!!!! | 15 Sep 2006 20:29 GMT | 2 |
I have a Letter Date of 01/01/2006 that is input on the FLY for each letter when I print it. I want to put a paragraph in with a ResponseDate file that displays a date that is always 30 days later than the Letter Date.
|
| 'database close' event | 15 Sep 2006 20:22 GMT | 4 |
How can i execute code when the access database application closes. is there a way to hook into a 'database_close' event, or the like? thanks!
|
| Date in unbound textbox | 15 Sep 2006 20:15 GMT | 3 |
I want to set the date in an unbound textbox to 01/01/1970 Properties format : mm/dd/yyyy Properties data - default value: 01/01/1970 turns to 1/1/1970 or if I build =01/01/1070 turns to =1/1/1970
|
| Set a variable | 15 Sep 2006 18:38 GMT | 3 |
Is it possible to define a variable = value of the field on focus? E.g.: in a field called «Var» I enter the value «1», and if I have the mouse cursor there, a click on a specified button would make appear a Msgbox with the sentence "The value in field 'Var' is 1".
|
| Select all button issues | 15 Sep 2006 18:30 GMT | 3 |
I have a button on my form that selects all clients in a list box. It works in the sense that when I click it, it does select all clients. The problem I'm running into is that when I first open the form the button defaults to 'Unselect All Clients' when it should default to
|
| Hide/display part of form | 15 Sep 2006 18:29 GMT | 2 |
I have a continuous form that has multiple entry fields, making the continuous form rather long. I would like to be able to hide all but the first line (containing two of the controls) for all the records that aren't active (currently being updated).
|
| set value to blank in a macro | 15 Sep 2006 17:58 GMT | 1 |
I would like to change a field to a null value if a condition exists. If a checkbox = no or is not checked i would like to create a macro that would change the adjacent field to blank. I tried using setvalue in a macro and creating spaces but the spaces are viewed as data. ...
|
| Active Window Title | 15 Sep 2006 17:33 GMT | 2 |
Is there a way to change the Active Window Title of a form? I had named the form one thing and then renamed it, but the active window title is still the old name. Any suggestions?
|
| updating fields | 15 Sep 2006 17:09 GMT | 3 |
I would like to dblclick on a field in a subform and send the field data to a field in a different form. I've been researching it but I don't really know what to look under. eloy
|