| Thread | Last Post | Replies |
|
| Access 2007 - Can't Save Record | 22 Jul 2006 18:22 GMT | 1 |
I had just changed some dates today using the date picker that comes with date fields. After changing 2 records and closing the form after each change had no problems. I changed another record's date and now I get the dreaded error:
|
| Image control | 22 Jul 2006 18:00 GMT | 1 |
I have a form with six image controls that change images when a button is clicked. Whenever the controls are updated with new images a popup box appears that quickly loads the images and dissapears when complete: Importing... [file path]
|
| How to push back a value from a control to a field? | 22 Jul 2006 17:47 GMT | 2 |
In my form frmVIEW, it allows the user to enter and update files’ fields. Each file have 11 numeric fields, the first 10 numeric fields are for user to input and the last numeric field is for automatically summing the totals. I’ve successfully display this sum in the form, (by using ...
|
| Mail Merge Button on Word | 22 Jul 2006 15:47 GMT | 1 |
I also accidentally posted this in the General Questions section... I don't do much programming, and I've run into a problem. What I would like to do is have the user open a form, entering/choosing information, then clicking on a command button to merge the record into a Word ...
|
| ComboBox record lookup | 22 Jul 2006 09:48 GMT | 1 |
I have a combo box that is on a form. The form displays a students schedule. Each student has multiple schedules depending on which term it is. I want the combo box to drop down, and display the students name and term, so you can select to view a specific schedule. I ran the ...
|
| Populating one combo box to automatically populate another combo box | 22 Jul 2006 09:37 GMT | 1 |
In my form I have two combo boxes. The first combo box called [cboclerks] that has a list of clerks names which is pulled from a table called [uwclerks], which only has one field called [clerks]. The user selects the clerks name in the [clerks] combo box not a problem so far. ...
|
| Making 1 of 2 text boxes visible depending upon results | 22 Jul 2006 09:26 GMT | 1 |
I have 2 text boxes in my form one call [txtdaysCount] and [txtmessage], which I only want one of them to appear based on a result in the form inputted by the user. For example within the form there are two additional text boxes [opened date] and [due date] that the user inputs. ...
|
| New Record? | 22 Jul 2006 05:38 GMT | 4 |
In an Access 2003 macro, how can I check to see if the record I am working on is new? Thanks!
|
| Toggling Enabled property sets form to being updated | 22 Jul 2006 02:14 GMT | 2 |
I am using a macro from the On Current event to toggle the Enabled property of a number of controls on a form. As soon as I open the form it is shown as already being updated. I don't want this. This also seems to interfere with using an After Update macro to validate entries ...
|
| Programatically Moving A Field... | 22 Jul 2006 01:42 GMT | 1 |
Hello... I am attempting to move a field to another location on the same form through code. So when I click a button the field txtField1 is physically moved to another part of the form. Is this possible to do in VBA? I am using Access
|
| Access forms quicker than web forms? | 22 Jul 2006 01:12 GMT | 1 |
Basically, at the moment at work we have a Access Database, about 20mb. This contains about:
> 28 tables linked from Microsoft SQL, but theres loads more that are still used > 360 Queries, some arent used much |
| command buttons to switch forms | 22 Jul 2006 01:02 GMT | 1 |
How do I build command buttons to switch forms while keeping the same record selected? In detail: I have an overview that uses continuous forms showing just a few fields per record (say ID, Name, phone, based on tblUser) and want to define
|
| How to build a customize Filter Form? | 22 Jul 2006 00:33 GMT | 6 |
(my question is a bit long.....sorry for that) I've built a form (frmVIEW) for viewing and editing records,and this form is in single form mode so that only one record with all fields (FILE_NO;MOVEMENT;DATE:....etc) will be shown in the screen for one time.
|
| Post Data from one Sub From to another Sub form | 21 Jul 2006 22:06 GMT | 1 |
I have a main form that contains 2 sub forms. I have button on SubForm2 that I have programmed the On Click command to copy data from Fld1 in this form to Fld1 in SubForm1. CODE Example:
|
| Look up | 21 Jul 2006 21:01 GMT | 1 |
Hi guys, I'm in the Army and I try to set up a database for my compan about personnal stuff. Well one of my question is I have a have 3 different table one pushups, second situps and the third one 2 mile run. Well I have a form with a subform. In the main form I have three ...
|