Thank you so much, Hans - this worked like a charm.
ThomasW
Type: Posts; User: ThomasW; Keyword(s):
Thank you so much, Hans - this worked like a charm.
ThomasW
I have an OnChange Event that populates other fields on the subform dependent on the combo box entry.
This use to perform properly, but maybe I should attach that code to another event for the...
There is a combo box on a subform whose control source is an simple SQL statement where the bound field is the key of the query's underlying table. Nothing complicated at all. Properties Auto Expand...
Oh my, I do not understand what type of programs you are referring to, but I waited as Dave suggested and so far History has remained for the set number of days (7). I am on Windows 98 and the only...
I waited and waited, just to be sure, and so far it is sticking.
Thank you for helping me.
Thank you for your reply, Dave. I certainly did not knowingly delete them anytime today, but I will do as you suggest and wait a few days to see if the history items list again by date. I'll let you...
Thank you for your response, but I do not use McAfee. I am running Norton AntiVirus 2002.
My IE History pane has always listed 7 days of History, which is very useful to me. Now, for no apparent reason, it only shows me Today - all previous days are no longer listed. I checked my Internet...
Now that the project is delivered and the pressure is off, I have to admit that I do not understand why this works.
Can you please explain it to me?
Thank you Peter and Hans - finally snaking column headings that only print when the column has data!
I need to thank both of you, but I don't want to clutter up the lounge, so hopefully you will...
Thank you for your reply. After following your directions the column headings do print for only the left hand column. However, the Force New Page Before Section setting on the Detail Header is...
I have a 2 column report with snaking columns. The column headings are in the page header, they duplicate for each column and span the width of the page. That part works fine. However, sometimes...
To place the county in a textbox on the form, on an Event (I used OnExit for an example) of the Town combobox, place the following code:
<pre>Private Sub Town_Exit(Cancel As Integer)
If...
What isn't working properly for you - scanning it into the database? Are you using a start/stop character?
Many years ago one of my clients bought barcode fonts and scanners from Azalea Software....
It is attached as an Access97, so you will need to convert it. The process is to open frmMain, which has a Timer event and scan the Employee's barcoded ID card. In the morning, it clocks employees in...
I have been trying to pull it apart to get only the TimeClock functionality on the form, but I have been unsuccessful. Clocking In and Out of this application checks for open Work Orders and assigns...
I'm sorry Dave, but client confidentiality prohibits me from doing that. The application is very environment specific, so removing the confidential portions would leave very little to look at....
Glad that worked for you, but I'm not able to visualize what you are describing this time. Are you referring to a listbox on the edit form that was synchronized? What is the purpose of that listbox...
I think that I understand what you want to do. I use the following code to open a second form to the record specified by the key on the first form:
<pre>Private Sub cmdGoToSource_Click()
'Source...
Are you trying to track Employee Clock in and Clock out Times? If so, I have a TimeClock application that would be similar, however it holds a bit more information. For the portion that you are...
I have a StockIn/StockOut application that may be similar, but I do not count the quantity in a particular location. I count the quantity per product (because they really need to know how much of a...
If you create the switchboard with the Switchboard Manager (Tools/Add-Ins/Switchboard Manager), then in Tools/StartUp list that Switchboard form under Display Form/Page, when the database opens the...
You place the company letterhead in the Report design if you want it to print on the report. If you want it to print once, on the first page of the report, put it in the Report Header section. If you...
If you mean the parameter window that is the standard result of a parameter query - no, not that I am aware of. To do this, use a dialog form instead. Make an unbound dropdown box on the form and use...
I have not done this before, but I did find Record Navigation Sample. It sounds as if it may contain the functionality you are looking for.