Already purchased the new Motorola Droid? We want to hear from you! Tell us what you think about it and Google's Android 2.0 software.

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top Access Forms Solutions: 1 - 25 of 347
 
I have the following: ReDim Preserve jobCodes(0 To jbMax) As String and when I compile I get the compile error: Array Already Dimensioned The message is true: my array *was* previousl...
Hello, I have setup a form with a continuous subform. The subform has 3 combo boxes  Company, Address and Contact... As for our jobs companies can have multiple addresses and contacts. When yo...
Hi Experts, I am currently working on a form in access. I would like to have a combo box has row source based on the value of a check box on the same box. for example, if the check ...
Hi, I try to select the first item in a listboxcontrol. The procedure used is the following: listbox1.itemsselected(0)=true When i run the code i receive an error on the procedure: Co...
I have set my Access Options to:  Disable macros but everytime I close the application it reverts to Disable Macros so none of my buttons on my Main Menu work.  How can I set this to stay in E...
I am trying to create a command that will allow me to close out of a form without saving the data. There are multi steps to get into the forms and at two points you should be able to exit with...
I am creating a database that will send out emails to individuals depending on the alert needed.     I have three tables, one that contains alerts and associated IDs, the second contains the ...
I need a column in Excel that shows every 2nd Monday of every month. Does anyone know of a quick way of doing this?
I created a switchboard form in Access 2007. I save a copy in the Access 2003 format also, I changed nothing except but to save. When I go access my switchboard in the 2003 version , It prompt...
I've got a simple Access table for a list of movies and I'd like to store "genre" information about each movie.  Let's say a movie can be any one or more of a total of 16 different genres, for...
Is there a way to change a form's view form single to continuous with VBA Code?
I have a button on a form that opens a report. The report is off of a query that has a date field. I want an input box to ask for the date range. If the user does not select anything I do not ...
I have a table in which I have added an image and I used the OLE object data type. I have a form in which a  user can double click the image field and the jpg image will display( in whatever d...
Hi I'm pulling my hair out on what I thought would be a simple problem: - I have an Access DB with a form - in the DB, I have a table with 2 fields: image name, image ( of type OLE object...
Hello: When I calculate an extended total from  number of hours multiplied by rate, where rate is coming from a value list, the summation feature doesn't work. The options are either COUNT or ...
Hi there, I need to move from one field [QTY] in a continuous form to the Next Recordset [QTY] field. eg. as if you were in a Microsoft Excel column and you used the down arrow key to move do...
I have a form which contains a multicolumn combobox (cboGotoContact) which  is used to select a specific record in table. The code on the AfterUpdate event on combobox is shown below. When ...
What I want is to have a combo box on a main form that filters the information on my subform. Currently, my subform's record source is a query with a code:  [Forms]![FBranchOrders]![cboTransac...
Hi I have huge troubles with the MS Date and Time Picker control in an Access form. I want to get the value of a date picker to compute further dates for further date picker controls that I...
I know that this has been covered before, but I'm too much of a newbie to be able to follow the answers. How do I create a field on a form that shows the date the form was last changed or mod...
what is the best solutions for adding login screen for group of users it's better to use the default button in access or do i need to build custome one if it better to build custome login scr...
We have a time and attendance readers that writes data to an MS SQL Server. Data include employee ID, time and action (in/out). On the same Database we have an employee table that contains th...
How does one set the layering of controls/objects on an MS Access form.  I have multiple labels, list boxes, commands and sub forms as components of a master form.  How do I tell the form to p...
In a form, I have a combo box populated with records. These records come from a column of a linked table from Excel. Column and list widths are already adjusted. Still, when I open the f...
I am creating user interface using Access 2003 as the front end and SQL Server 2000 as the backend.  I created views in SQL Server to support the UI on the Access forms.  Because I need a spec...