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

    Access 97 conditional format?

    I have been able to get the fontunderline and fontblod to work with the following code. Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer) DCUCapable.Properties("fontunderline") = DCUCapable > 1 End Sub I need the background color to be changed though and can't...
  2. Bretcutler

    I am looking for a date

    Yeah you heard me.. I would like to have it so when i plot the drawing it has a field in the titleblock or just somewhere on the drawing it has the date and time printed on it. I would like this to be dynamic obviously so that i can keep track of my revisions more easily. Please let me know if...
  3. Bretcutler

    Splitting a Batch ID into two parts at a [-] ie CA232-01233

    I want to be able to split this type of data at the hyphen. I don't want the hyphen to be included on either part. Here is a good example of a one. CA100231-01231H01X I want to be able to split it into CA100231 and 01231H01X. I am using the right and left expressions now but it isn't always...
  4. Bretcutler

    Office 2000 runtime error in Runtime only version.....

    I am using access 2000 Developer and have had a problem with a package that i have created. I install it on a computer with a runtime version of access on it, and when i try to run it i get a runtime error. I am using a form with vba code for everything to keep it simple and have the startup...
  5. Bretcutler

    Using and Add in? this is baffling to me!

    I want to use the Package and deployment wizard to make an access file to run on another computer. I have all of the code but need to use the add in and it isn't there.... I am using developer edition.. I go to add ins and there are none listed and none available to add in! I must have not...
  6. Bretcutler

    Auto selection for list box in form?

    I have managed to get everything working from my previous post.... I can't however get the forms list box to automatically select the control number in it. There is only one number in the list box, and the list box is named "list0"... I need it to automatically highlight this...
  7. Bretcutler

    Access, I want a list box that will allow automatic printing of multi.

    I am trying to make a fully automated, report printing Form. I have a form that automatically checks for new data every minute and need it to be able to print. The form has a list box that is where control numbers of unprinted reports are put. I then made a macro that will open the report...

Part and Inventory Search

Back
Top