| Thread | Last Post | Replies |
|
| Re-size an image to fit | 20 Jun 2008 04:52 GMT | 1 |
Selecting a product from a combo box assigns a filename and path as a string value to the .picture attribute of an image frame. How would I go about programatically getting the dimensions of the image file and re-sizing the frame to fit the image?
|
| for--next confusion | 20 Jun 2008 03:10 GMT | 2 |
I'm screwing up some basic programming, and need some help. I have a control on a report. "[RefPIN]", which is an eight digit number. Because I must put these eight digits into particular spaces on a preprinted form, I am trying to loop through the digits, and place the
|
| Custom Error for Primary Key Violation | 20 Jun 2008 00:11 GMT | 1 |
I'm using an append query to add data to a tables primary key field. I would like to give the user a different message than the regular Yes/ NO/Help message. I'm looking to have a message telling the user that the record already exists and prompt to create a new one.
|
| New record with previous data | 19 Jun 2008 23:28 GMT | 5 |
Hi Groupies: I am tracking inventory and need to keep a record of where a piece of equipment has been and where it is now. I have a query, qryInventoryTracking, that allows me to select a piece of
|
| Repost:Use runcommand acCmdPrint to print a report | 19 Jun 2008 21:33 GMT | 2 |
Hey guys, Posted this to the reports news group yesterday, and got no response, so thought I would try here. I have a couple of custom menus, one on a form that hides the form and opens
|
| Macro question regarding msgbox's | 19 Jun 2008 21:23 GMT | 4 |
I created a macro that looks like this SetWarning = No Hourglass = Yes OpenQuery
|
| Dsum | 19 Jun 2008 21:21 GMT | 1 |
I have a table named tblMinutes, it has 2 field in it, "Number-Books", TypeMeeting" The field "TypeMeeting" has 4 or 5 types of Meetings in it and I'm trying to sum the number of books for the type meeting named "Council". I'm using this code - CBooks:
|
| Accessforce quitting an automated word application | 19 Jun 2008 18:56 GMT | 4 |
Hello, I have made a form which has the ability to make an automated word document. I want to be able to force quit the writing to the word document if the user chooses since it takes a minute or two to write to the larger documents. The
|
| If...then commands | 19 Jun 2008 18:56 GMT | 3 |
I have some code and what i want it to do is not allow the procedure to proceed if the value is -1, otherwise it can proceed. I have attached what i want to do, can someone point me what i need to do Private Sub JobnumbersID_Exit(Cancel As Integer)
|
| Duplicate code consolidation | 19 Jun 2008 18:17 GMT | 9 |
I inherited an application that has lots of duplicate code in it. The code below is for two separate buttons on a form, each one opens a different form. Is there a way to have one module that could pass in the form? Do you pass in the form as a string, an object or as a form? ...
|
| Using DCount to recognize blank | 19 Jun 2008 16:05 GMT | 8 |
My question runs fine to check if there are any rows. But it does check if it's a new record and no rows exist yet. Here's my code: Dim intX As Integer Dim rs As DAO.Recordset
|
| Adding values on a form | 19 Jun 2008 15:25 GMT | 2 |
I'm trying to calculate total income and expenses from 5 fields each on a form and then eventually calculate an income - expenses total. I have the fields txtIncome1, txtIncome2, txtIncome3, txtIncome4, txtIncome5 and txtExpense1, txtExpense2, txtExpense3, txtExpense4,
|
| Form - Embeded Sub Form - Handle Missing Link Data | 19 Jun 2008 13:37 GMT | 1 |
How do I handle the condition where a child record does not exist for a parent in a Form/ Linked Sub Form situation? The sub form disappears.
|
| Passing a control name to a called subroutine | 19 Jun 2008 13:35 GMT | 4 |
Can someone help me out with the syntax for how to do this. I've never tried this before and I just can't seem to crack it. I click a button which takes a selected item from one combo box and puts it in another combo box.
|
| How Do I Know when a User is Appending a Record? | 19 Jun 2008 13:22 GMT | 2 |
In our little application we are using the generic record nav buttons. What event fires when the user selects the "star" to add a new record? The goal is to lock down certain fields (through the front end only) after a record is appended.
|