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 TouchToneTommy 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: btj
  • Content: Threads
  • Order by date
  1. btj

    web-enabled Access db

    I recently posted a question on an Access Forum at Tek-Tips. So far, the response I have heard was that there was more value in learning ASP than in using the Access solution of Data Access Pages (DAPs). I was wondering if anyone has faced a similar decision and what the outcome was...
  2. btj

    It's Friday and I should know this!

    I am trying to create a GoTo record search for a form I have. This form has thousands of records so to find one or a group of records (sorted by a Category field) is a pain. My solution was to create a pop-up form that prompts the user to select a Category from a combo box - at this point, the...
  3. btj

    Data Access Pages...how good are they?

    I have developed a relatively robust database. It works great on a few machines and I have pushed it out to a server, but my boss wants more. He is interested having it be completely web-based and accessible by our intranet. I have dabbled with data access pages and trying to push my forms...
  4. btj

    Listbox(s) issue...

    I have a form in which I want to do the following: 1. Select record ("primary") from combo box 2. Select one or many records ("secondary") in listbox (populated after selection in combo box). 3. Move "secondary" records selected to another listbox. 4. Click...
  5. btj

    Repeat Group Header...freezes up

    I have a report that includes a Group Header. I want that header to repeat for each page. Unfortunately, if I change the Repeat Section to "Yes" the report freezes and will not open (forcing me to do a CTRL+Break). I have tried recreated the report, but run into the same issue. I...
  6. btj

    MDE question

    I am considering deploying our Access 2000 database as an MDE. My concern is that our users' needs are continually changing so I will need to develop and modify the existing database. I am unsure about how MDE and MDB files interact (if they do at all). I am pretty sure that you cannot modify...
  7. btj

    Subform problem...always saves

    I have a subform bound to a main form by a field called Category. The combo box which holds Category is the only item on the main form. The subform is set up as a datasheet and displays 6 fields of information. The format (datasheet) is such because users may need to go in and change one...
  8. btj

    Import excel file...

    When I initially established my database, I had to import from excel. After some work, I was successful although I had to put the data into a new "temporary" table and then copy over to the primary table. Now, I find that my users will occassionally want to import data into a table...
  9. btj

    Create date-specific ID...

    I need to create code that creates an ID based on the current date. This is a maintenance log, so each day there will be a variable amount of jobs. The format I have is: FEB12_001 (for the first job of today). Within the ID field, I have created the following code (as a temporary solution)...
  10. btj

    Problem with using an ActiveX control...

    I am trying to add a Browse button on my form as my users will occasionally want to attach an associated Word or Excel file with a field. After reading about what is best to use, I believe that using Microsoft's Common Dialog Control, version 6 (ActiveX). Unfortunately, everytime I try and use...
  11. btj

    Replicate function...copy record 'x' times?

    I have a set of three forms that allow users to add and/or edit data. The forms have Add and Replicate commands built in. These work great except my client just told me that he may want to copy a record a number of times. So, he wants to click on the Replicate button, have a pop-up form ask...
  12. btj

    DoCmd OpenForm issue...

    I had a pop-up form that could be generated from double clicking on a field ("ID") in a subform. The purpose is to display additional pieces of data should the user want to see it. I am using the following code to do this: Private Sub txtTcID_DblClick(Cancel As Integer)...
  13. btj

    Undo issues...why is this not working?

    In my code, I have a MsgBox that pops up after a field ("Category")has been changed. If the user didn't mean to change said field, then I have a Undo function. This works fine, but I want the cursor to reselect the initial field. I cannot seem to get this to work. Additionally, I...
  14. btj

    Create summary list in report

    I am trying to create a summary page that would summarize multiple pieces of information from a report. The report is usually quite long, so a summary would be beneficial to my users. I have the basic summaries of # of records run, # of records that meet "x" criteria, and so on. My...
  15. btj

    Subform opens already populated...Don't want this

    I have a main form and subform joined by a field called Category. When I open the form, the Category field (which is an unbound text box) is empty, but the subform (in datasheet view) is populated with records from the previous use. I want to be able to open the form and not have the subform...
  16. btj

    Create summary page for unique values in report

    I have a report that will show information grouped by 2 fields: ID, Test# So the grouping will be: ID Test# Category, BuildID, Status, Notes I have two primary summaries that list in each group footer - number of records per Test# and number of records per ID (including % of total...
  17. btj

    Automatically create next ID for new records??

    Is there a way that I can automatically generate an ID when "Add New" button is clicked? The twist for this problem is that there are multiple categories and the abbreviation for each category is part of the ID. Example Current record: Category: MAINT (this is a combo box which...
  18. btj

    Print dialog box error...on Cancel?

    I have a button on a form that allows users to print it. As we have multiple printers and each user may have different printing needs, I coded the button to bring up the Print dialog box. It works fine except when someone clicks Cancel in the dialog box. Access says that there is a Run-Time...
  19. btj

    Create button in Main form to replicate data in Subform

    I have a main form that has one field which looks up data in a subform. The data in the subform will be accessed by users that will either want to enter a new record (in the subform) or replicated the record's date (also in the subform). How do I do this? Here was the code I am working...
  20. btj

    Multi field relationship issue...

    I am trying to figure out the best way to show two pieces of interrelated data in a table. Currently, I have one field that holds a Description and a Abbreviation - i.e. "Firewall - FW". Unfortunately, this is causing me problems with some of my work in forms and reports. What I...

Part and Inventory Search

Back
Top