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: *

  1. devGarfield

    Creating a multi-column Form

    Hello All, I have a table that holds data for overnight uploads, it has 3 fields. I would like to display this information in a form, but I want the data to be displayed like a multi-column report. E.g. **** Column 1 ***** | ***** Column 2 **** 123155 12/06/2003 Y | 134540 13/02/2004 Y...
  2. devGarfield

    QueryDef Problem

    Hi All, I have successfully created a query using CreateQueryDef which is used by my report. The problem is that sometimes there are no records to display. I would like a way to check if there is anything to display within my VBA code, so that I can display a message to the screen. a...
  3. devGarfield

    How to get rid of #Error on reports

    Hi All, I have a report that has a sum field called sumExamFeeCost = sum(detExamFeeCost) and a detail field called detExamFeeCost. The report runs off of a query, which can result in no records being returned. When no records are returned there are no records to sum or display. The details...
  4. devGarfield

    Populate Form For An Existing Record

    Hello, I have 1 main form, which can be used to edit/create new users. When adding a new record, I want to check if a record existing, if so, then populate the form/subforms and go into edit mode. To check if the record exists I use an index based on the Lastname and Firstname. This check...
  5. devGarfield

    Populating a control within a subform in a tab control

    Hi there, I have a main form that has tab controls containing subforms to display/add information. And I need to populate the subform from a recordset. e.g. I get a recordset for the main form, then use an ID field from it to get another recordset for the subform, which I want to populate...
  6. devGarfield

    Hide The Access Window - Revisited

    Hi, I've implemented the code according the the FAQ (705-2562) on this subject and it works fine, however I would like to take it a step further and I need some help. My application has many forms, so ideally I would like open one form and hide the other, and when I close the current form I...
  7. devGarfield

    How do you change the back color of a disabled textbox

    Hi, I want to change the back color of a disabled textbox to something other than gray, is this possible? Thanks G
  8. devGarfield

    Problem with Linked Sheets

    Hi, I am creating a new workbook with 3 sheets which have been copied from another workbook. When I open the new workbook it asks to update the links for the formula's, Is there a way using VBA to prevent this from happening? so that it uses the sheets that are in the new workbook only? Garfield
  9. devGarfield

    Copied a number, but not right-aligned

    Hi, I'm copying a range of cells from one sheet to another. One of the cell columns has a number in it which is used in a formula, the formula shows #N/A as it doesn't thinks its a number. However, if I re-type the number in the cell the formula works. Any ideas as to why this may be...
  10. devGarfield

    How do I set a report title within VBA

    Hi, I have an Access form that has a number of checkboxs. These checkboxes determine the db query that is built using CreateQueryDef. I then run a report based on the query. 5 reports can be created, but with different titles. No point in having 5 different reports when 1 generic one will...

Part and Inventory Search

Back
Top