| Thread | Last Post | Replies |
|
| set sourceObject property to nothing problems | 19 Apr 2006 15:08 GMT | 4 |
I am using MS Access 97 at work and trying to do the following... I have a main form which has several combo boxes, 2 buttons (search and refresh) and an unbound subform on it. This form acts like a search screen, searching thru a bunch of records using the combo selections as ...
|
| SQL help - update query to select one duplicate each | 19 Apr 2006 14:40 GMT | 6 |
I need help with the SQL for an update query. The underlying query that i want to update has duplicate records (shown below), by Fund Name field, but all other data is different, including the Date field. Included is a Yes/No checkbox field. I need to run an update query that
|
| Creating form with certain group only | 19 Apr 2006 14:09 GMT | 1 |
I created a table with the following fields. Question ID Question QuestionType ID
|
| To know which form is active. | 19 Apr 2006 13:44 GMT | 1 |
The below code has been added by me in a calendar control's save button's click event(which was down loaded from a site).I also want to use the same calendar control in other forms.So I want to perform the inner if condition only when frmin_out_Time form is active
|
| Increasing a form lenght | 19 Apr 2006 13:21 GMT | 7 |
I'm trying to fit all my fields on one form. However, I am not able to increase the length of the form past 22". I've tried changing the header, footer, and detail section. Every time I try and increase the 22" length, I'm told that it's to large. Like I said earlier, I'm ...
|
| Export text to word document | 19 Apr 2006 13:00 GMT | 3 |
Is it possible to export a text string to a certain place on a word document? Looking to develop a DB to cut orders for the Army. Thanks, Lee
|
| Command Buttons/Macros | 19 Apr 2006 12:33 GMT | 1 |
I have a command button on a form which is currently used to launch a macro, But I want it instead to launch either one of two macros based on a value for another field on the same form. Any help would be greatly appreciated
|
| Multi Select List Box | 19 Apr 2006 11:50 GMT | 4 |
I have been at this a long time. I have reviewed all prior posts regarding multi select list boxes to filter data for a report. I am just not "getting" it. I have a query "qryF2GLSummary" that includes "EffectiveDate" and "Step"
|
| add record in subform | 19 Apr 2006 04:21 GMT | 1 |
I have a subform to keep track of mulitple performance reports due on an individual, and I have them link with a field "name" the child and master both say "name", but everytime I try to add a new report it tells me that it is read only, and I can't enter anything! In the name ...
|
| Home business | 19 Apr 2006 02:29 GMT | 2 |
What forms are good to keep track of income, etc.
|
| switchboard | 19 Apr 2006 02:05 GMT | 3 |
After you split a database how do you modify the switchboard and make it the current switchboard for the front and back end? Also, I tried to edit it using a copy of my front and back end and it looked liked it was working and then I copied it to my working front and back end
|
| re-fresh text box values | 18 Apr 2006 23:08 GMT | 1 |
I am looking to refresh the contents of a text box on subform b when the value changes in subform a, the code I have been trying is: Private Sub trainTotal_AfterUpdate() Requery.subformb.txttemp_traintotal
|
| Stupid checkbox question | 18 Apr 2006 23:07 GMT | 6 |
I'm almost embarassed to ask this question but here it goes: I'm converting a form somebody else built that is currently in datasheet view to continuous form view. There's a checkbox on the form. In datasheet view the check in the checkbox is a nice green color and easily visible ...
|
| Enable command button with checkboxes - help! | 18 Apr 2006 22:03 GMT | 13 |
I have a form based on a query that includes a Yes/No field as checkboxes. I have a command button on the form footer that is default at disabled when the form is opened (the checkboxes are all cleared as well).
|
| Combo box is stuck! | 18 Apr 2006 21:47 GMT | 3 |
(I've been trying to get this form to work for months now) My form is based on a query. The first box (combo box) has a list of school districts. The rest of the boxes have the other information (address, phone, etc.). I can scroll through all the records with the arrow at the ...
|