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

    Read-Only

    We have an Access database in our office that we are trying to put onto a cd(small database). Everything that has been tried thus far has resulted in the database being opened in read-only mode when executed from the cd. How can we make the cd version of the database open in the regular mode...
  2. sdb0812

    Search for a wildcard

    Is there any way you can search a particular field in a table and find a wildcard? In my case, there are records that begin the the character "*" and I need to find them all. Everything I have tried thus far is using the "*" as a wildcard and is not searching for the...
  3. sdb0812

    I have a report that looks fine whe

    I have a report that looks fine when I view it in Access. The problem I am having is I allow users to email reports and when this is done, the formatting of the report gets distorted. I email the report as an email attachment using the sendobject and formatted as rich text. Any ideas as to...
  4. sdb0812

    How to hide zero value fields in reports

    How can I make a text box in a report not to be visible to the user if the value is "" or Null?? I thought this would be simple, but I haven't found a simple solution or even a solution at this point. thanks, Scott
  5. sdb0812

    Passing a date parameter

    Hello, I am trying to pass two date parameters into a query in order to view a range of information in a report. The code below is what I am currently working with. If IsDate(txtStartDate.Text) Then StartDate = "'#'" & txtStartDate.Text & "'#'" If IsDate(txtEndDate.Text)...
  6. sdb0812

    Access Subform Formatting

    I am currently having two problems. The first is the order in which two controls in a subform are being displayed. In design view, I have them arranged one way, but when I view the page in form view, they are totally rearranged. The second problem I am stumped on is with this same subform. I...

Part and Inventory Search

Back
Top