| Thread | Last Post | Replies |
|
| Supress 'you are about to delete msg' | 16 Nov 2005 17:09 GMT | 7 |
But, I know about setWarnings, and they are set, off then on. I am capturing a Delete event, when the user clicks the row header in a subform detail section, and allowing a delete under certain conditions. If the condition is met, I do a Cancel = False. If they are not allowed ...
|
| Combo Box-Switch To Null | 16 Nov 2005 16:58 GMT | 2 |
On a continuous form I have an unbound combo box in the Detail Section which displays 3 columns from a query (makes up unique key). When a selection is made from the combo box, 3 fields in the same row on the form automatically populate. This works. I am using a continuous form ...
|
| Assign ID to one field based on another field | 16 Nov 2005 16:27 GMT | 1 |
The two fields are customer and BookingNo. IF the customer = "A" then I need the BookingNo to be populated with any five digit character. IF the customer is anything else, I need the same BookingNo to = null. Please include code in your answer.
|
| Report control values change based on drop-down selected from form | 16 Nov 2005 15:51 GMT | 3 |
I have text boxes labeling the title and subtitle of a report that I want to change after a person selects a value from a drop-down list in a combo box on a form. Please help with sample code references and/or tips on how to change the values then open the report!
|
| Defining a field that is a number | 16 Nov 2005 15:50 GMT | 2 |
Some of our fields are numeric based such as PO#s. Should I define these fields as numeric? If so, how do I limit the number of characters allowed in this field?
|
| Auto Weekly and Month Reports | 16 Nov 2005 15:35 GMT | 3 |
How do I set up a report to automatically run every Monday morning for Monday through Sunday of each week. Also, How do I set up a report to automatically run on the last day of each month?
|
| Setting code on Command Button | 16 Nov 2005 15:09 GMT | 6 |
I have a command button where I want to leave the OnClick Event Blank. I want to set it from the previous form. If I open it from form1 the the OnClick event is This....... If I open it from form2 then the OnClck event is that. How would I do this?
|
| form incorrect password interating question | 16 Nov 2005 12:27 GMT | 11 |
why intLogonAttempts never become greater than 3... all other code works great, but intLogonAttempts sets itself back to 1 after every button click... Private Sub Login_Click()
|
| SQL Server Speed Slow | 16 Nov 2005 11:46 GMT | 5 |
I have converted an Access 2003 BE to SQL Server and am keeping my FE as an MDB. I have a form with several sub forms that use various filters and master/child links to determine which data to display. In one particular
|
| Refesh From Subform | 16 Nov 2005 10:15 GMT | 1 |
I have a form with a subform. Sub shows aggregate sums. Also on main form is a list box to show the details of the aggregate sums. List box is filtered based on subform and all works well.. If I click on aggregate on subform, click a refresh button on main
|
| Custom Menu Bars | 16 Nov 2005 08:16 GMT | 2 |
I have an application with several custom menu bars. I want to be able when a user minimizes a particular form to display the main menu bar, instead of still displaying the form's menu bar. I tried on Deactiavate, but that only works if some other window is open that the focus ...
|
| Calendar - Scheduling multi-view | 16 Nov 2005 07:53 GMT | 11 |
Is there a way to show a detailed schedule without buying a separate program? Here is my table: [patientId] [date]
|
| Report preview goes under the Form | 16 Nov 2005 07:17 GMT | 2 |
I have a form that's been set to fit the entire screen, hiding the desktop beneath it (including the Start taskbar). To do this, I made the form as modal, popup, no borderstyle, no minmax and close buttons (there's a command button on the form that replaces this function), etc. And ...
|
| Report Open/Activate | 16 Nov 2005 06:18 GMT | 1 |
If i email a report (as .rtf) from a form e.g. DoCmd.SendObject acSendReport, "STATS", acFormatRTF, "someone@email.net", , , "Please Find Stats" ...the report doesn't fire either the Report Open/Activate event
|
| Problem Making Single report with 2 subreports with 2 different image backgrounds | 16 Nov 2005 05:57 GMT | 1 |
Have created 2 seperate reports that have different images as backgrounds. Would like to have both pages print out as 1 print job (so duplex printer will make each report page on opposite sides of page) - I tried placeing both reports as subreports in a single report (lets
|