Search:

Type: Posts; User: ThomasW; Keyword(s):

Page 1 of 16 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    636

    Re: Combo Box Auto Expand (Access 2000)

    Thank you so much, Hans - this worked like a charm.

    ThomasW
  2. Replies
    4
    Views
    636

    Re: Combo Box Auto Expand (Access 2000)

    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...
  3. Replies
    4
    Views
    636

    Combo Box Auto Expand (Access 2000)

    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...
  4. Replies
    9
    Views
    449

    Re: Lost History by Date (IE v 6.0 )

    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...
  5. Replies
    9
    Views
    449

    Re: Lost History by Date (IE v 6.0 )

    I waited and waited, just to be sure, and so far it is sticking.
    Thank you for helping me.
  6. Replies
    9
    Views
    449

    Re: Lost History by Date (IE v 6.0 )

    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...
  7. Replies
    9
    Views
    449

    Re: Lost History by Date (IE v 6.0 )

    Thank you for your response, but I do not use McAfee. I am running Norton AntiVirus 2002.
  8. Replies
    9
    Views
    449

    Lost History by Date (IE v 6.0 )

    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...
  9. Replies
    10
    Views
    745

    Re: Headings for Snaking Columns (Access 2000)

    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?
  10. Replies
    10
    Views
    745

    Re: Headings for Snaking Columns (Access 2000)

    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...
  11. Replies
    10
    Views
    745

    Re: Headings for Snaking Columns (Access 2000)

    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...
  12. Replies
    10
    Views
    745

    Headings for Snaking Columns (Access 2000)

    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...
  13. Re: column from 1 column box filling another (97 sr2)

    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...
  14. Replies
    10
    Views
    457

    Re: Bar Code Font (A2000 SR1)

    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....
  15. Replies
    10
    Views
    457

    Re: Bar Code Font (A2000 SR1)

    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...
  16. Replies
    10
    Views
    457

    Re: Bar Code Font (A2000 SR1)

    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...
  17. Replies
    10
    Views
    457

    Re: Bar Code Font (A2000 SR1)

    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....
  18. Replies
    11
    Views
    427

    Re: Find a specifc record in a list box (2002)

    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...
  19. Replies
    11
    Views
    427

    Re: Find a specifc record in a list box (2002)

    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...
  20. Replies
    10
    Views
    457

    Re: Bar Code Font (A2000 SR1)

    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...
  21. Replies
    3
    Views
    239

    Re: Inventory Locator (2000/SR1)

    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...
  22. Replies
    2
    Views
    203

    Re: Switchboard (97 no SR loaded)

    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...
  23. Replies
    3
    Views
    268

    Re: Form and Page Header (2002)

    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...
  24. Replies
    1
    Views
    181

    Re: Paramater Query (2002(XP))

    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...
  25. Replies
    4
    Views
    232

    Re: Number Of records (2002(XP))

    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.
Results 1 to 25 of 379
Page 1 of 16 1 2 3 4