Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top Access Forms Solutions: 126 - 150 of 583
 
Hello, I have an msaccess 2003 application with a form that uses a web browser control. When the user loads a page in the web browser I would like to send values from the access form to th...
I want my form to clear its field after saving. The code that I have so far is not functioning properly:
I need about 12 items in the switch board, and I did exactly what is described in http://www.techonthenet.com/access/switchboard/increase.php That is, change the constant "conNumButtons...
Please see the attached FormView of my MainStatus Form.  The data records shown are from table ProjStatus. Each record on the form has a command button that you see on the left (with a plus...
I have created a Form with a bar chart and can plot results from a variety of table columns for individual records. However, I would also like to plot the total averages for those table column...
I need to have a form populate text boxes with a specific field from each record within a table example table named cars a field named make make chevy ford toyota when the form ...
I would like to input a command in query so that the report does not show any approved credit applications that are 30 days old.  I have two tables: Borrower and Officer.  The Borrower has bor...
I have searched and tried just about every code for my onload event. Here is what I have already in my for in my onload property: Private Sub Form_Load() 'Hide Calendar activex controls ...
Hi, I'd like to create a DB to filter and search musicsheet of songs with Access 2007 on Windows Vista platform. I made a form with comboboxes for each of the criteria based on the fields of...
I have a form representing our clients (the one side) and a form  representing a list of autos (the many side).  Using a button control to access the autos for a client works if autos exist.  ...
Hi Experts, I have a list box on a form, I need to let the user select from this box and open up another form while linking the criteria.  Listboxes are my weakness, so I need an example of...
Have a combo box in a form "Client Sign In".  The combo box "Combo78" is unbound.  When, I add Customer data, the data does not show on the Combo78s drop down until I close and reopen the form...
Hi, I'm not an access expert so bear with me. I noticed on a client's computer when they double click on an OLE object frame in an access application they get "Image Document" as one of the...
Hi All, I am a newbie with Access, and I want a way to import a daily .csv file into access that I will update a table with.  I understand enough to get around in access, but I am way out o...
I have just built a simple Access database which contains 4 fields: [Date of injury];  [Time of Injury]; [Date of treatment];  [Time of treatment Ques 1: How do I combine:  - the [Date of...
I need to add two buttons that are  equivalent to the Page Down and Page Up keys on the keyboard.  Does anyone know of a simple code that I can simply put in these buttons?
I created a query which returns "Field1", "Field2", and multiple values for "Field3".  I want to store results for "Field3" in a variable and display them in a form field.  Please help me with...
I know how to make a combo box using one parameter to pull records into a form but am working with a table which uses 2 fields as primary key and so I need to do something like this for both P...
I have a label where the caption is populated when the form is opened.  Is it possible to turn off of the text wrap on the label? example: If the label was the width of 8 letters and I w...
I have a form (Form A) where a user can enter and or select search criteria (including from and to dates) and hit a Search button to bring up another form (Form B) displaying results. The reco...
I am currently creating an intake system for work and would like to create a search form to perform searches on all the data stored in my intake table.  How would I go about doing that?  I've ...
I have an Access db that is used on all versions of Access machines.  All the forms of this db have the form properties "AutoCenter" and "Auto Size" set to "YES".  On some moniter the form ove...
I'm building a form to enter a new record in a table. The records in the table have a key which was manually entered (not autonumbered). To create the next number, I run a little query which f...
I would like my combo box to only show the Officer's name once (there are 8 officers); however, the combo box on the form shows one officers names 20 to 30 times since that is what I inputted ...
I am building a licensing database in MS Access 2003 that tracks licensing for my company. I would like to add the ability to browse to a license file (a .pdf file) and upload it. Ideally what...