Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: DanEaton
  • Content: Threads
  • Order by date
  1. DanEaton

    Want a record number text box beside each record

    On my search form, my search results are in the detail of a continuous form. I want a text box to show the currentRecord beside each record. I tried to make a text box called txtCounter that would show this results. I put this in as the control source: =[Me].[CurrentRecord] This did not work...
  2. DanEaton

    Want a record number text box beside each record

    On my search form, my search results are in the detail of a continuous form. I want a text box to show the currentRecord beside each record. I tried to make a text box called txtCounter that would show this results. I put this in as the control source: =[Me].[CurrentRecord] This did not work...
  3. DanEaton

    Want a running count of record number on continuous form

    I have a search form that matches control's values with an underlying query. The unbound search comboBoxes are in the form header, and there are continuous results in the 'detail' section. Some people at work have complained that they get confused about what record they are at when they scroll...
  4. DanEaton

    Want a running count of record number on continuous form

    I have a search form that matches control's values with an underlying query. The unbound search comboBoxes are in the form header, and there are continuous results in the 'detail' section. Some people at work have complained that they get confused about what record they are at when they scroll...
  5. DanEaton

    Hyperlinks not always working...strange

    I have a search form that displays the results of a cross-reference catalog search. The results are displayed on a continuous form such that many results are seen at once. I have among other things, a text box that shows a company's web-site in hyperlink form. This works about 50% of the time...
  6. DanEaton

    Tab order problems

    In my main data entry form (frmCatalogDataEntry) I have several controls that are mainly for viewing purposes (auto-fill) that don't really need to have focus on them within the tab order. I also have three command buttons that I would rather not get the focus unless clicked. Like my 'delete...
  7. DanEaton

    Tab order problems

    In my main data entry form (frmCatalogDataEntry) I have several controls that are mainly for viewing purposes (auto-fill) that don't really need to have focus on them within the tab order. I also have three command buttons that I would rather not get the focus unless clicked. Like my 'delete...
  8. DanEaton

    Clearing the query on open of a search form

    I have a "Cross-Reference Search Form" which has several combo boxes to choose from. I finally got this thing to work but there is one minor problem that is a major annoyance. I based a form on a query, and put in SQL criteria for the query which pretty much said ie. ....WHERE...
  9. DanEaton

    changining to autonumber after 1300 entries

    I hate string ID's. My first database, and now, I realize that I have shot myself in the foot for not using autonumber. I have changed one relationship already, now I want the change the last one. However, I want to do so without deleting info because if I did, I'd probably be fired. Ok, I have...
  10. DanEaton

    Error trapping for string ID tag

    I have two tables that deal with product categories and sub-categories. Foolishly (because I learned from some terrible "for dummies" book) I made both the category, and sub-category ID's 2 & 3 letter strings (auto-filled on a form). I had also used this technique for the supplier ID...
  11. DanEaton

    Creating a search form with many different text and combo boxes

    This is kinda visiting a thread that I posted earlier today, but I feel I should elaborate on what I was trying to say. I have created two successful search forms based on queries that incorporate different tables. One form prompts a user with a combo box in which they select products. The...
  12. DanEaton

    Search Form using DougP's FAQ702-1177

    I am trying to use the code from DougP's FAQ702-1177. I was wondering if there was any way to get fields on the sub-form from a different table. Could the Dlookup funtion be used to get values from different tables of a record? Or would that somehow violate the code? Dan Eaton...
  13. DanEaton

    Problems imposing constraints on a form

    I have a data entry form. It has many fields describing a catalog and how it is filed. Many of the catalogs we receive are in different formats. There are catalogs, cd's and what we call "datasheets". Datasheets (as the name suggests) are simply single, or groups of sheets with...
  14. DanEaton

    Problems imposing constraints on a form

    I have a data entry form. It has many fields describing a catalog and how it is filed. Many of the catalogs we receive are in different formats. There are catalogs, cd's and what we call "datasheets". Datasheets (as the name suggests) are simply single, or groups of sheets with...
  15. DanEaton

    Would like to refresh combo bxs, after adding records

    My database has a main data entry form called frmCatalogDataEntry. On that form are many different command buttons. Two such command buttons are to update info if it is not already in the combo boxes. For example, the user enters the catalogs date, and catalog#, only to find out that the...
  16. DanEaton

    Would like to customize particular error messages

    My database has a main data entry form called frmCatalogDataEntry. On that form are many different command buttons. Two such command buttons are to update info if it is not already in the combo boxes. For example, the user enters the catalogs date, and catalog#, only to find out that the...
  17. DanEaton

    Changing to Autonumber LATE

    Is there anybody out there who knows if it is possible to change to an autonumber field late? What I mean is I'm trying to change an ID tag from >LLL to autonumber. The reason: I underestimated how much repitition there would be for my field, and the program has gotten repetitious. There are...
  18. DanEaton

    Want default date to be N/A

    I am currently creating a catalog database, and filing all of the catalogs. I have a report that creates labels for each catalog as it is entered. The labels have two different characteristics: catalog date, filed under. Catalog Date is a field on tblCatalog that is not required to be entered. I...
  19. DanEaton

    Modifying record from a search result

    I have set up a search form that is based on a query. It prompts the user for a product to search and displays all of the catalogs that contain at least that product (as there can be many). There is a button on this form called cmdModifyCatalog. This button, when clicked, activates the visible...
  20. DanEaton

    Modifying record from a search result

    I have set up a search form that is based on a query. It prompts the user for a product to search and displays all of the catalogs that contain at least that product (as there can be many). There is a button on this form called cmdModifyCatalog. This button, when clicked, activates the visible...

Part and Inventory Search

Back
Top