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

    Help! Can't get to VBA window

    I hope someone can help me! I've got an application which I was tinkering with, and I clearly screwed something up in the VB code, however, I can no longer access the code. Normally, when, in the Properties window, I click on an "Event procedure" and click on the "..." next to it, VBA...
  2. DonLo

    Problem with Now()

    I have a form that I use for entering data on sales of an item. On that form I have two fields, "CreatedDate" and "ChangedDate" which are locked and set by the following code: Private Sub Form_BeforeUpdate(Cancel As Integer) Me!ChangedDate = Now() End Sub Private Sub...
  3. DonLo

    Form/Subform problem

    Hello, I've got a master form, which is made up of many related subforms, each or which is based on a query selecting the relevant information from the underlying table of that subform. The master form is based on a query which links 3 tables, tblAssign, tblLease and tblBusName. tblAssign has...
  4. DonLo

    Validate for mulitple of 5

    This seems like it should be simple, but I can't get it, so I'd appreciate any help. I've got a text box in which a user enters a number, but I want to make sure that the number is a multiple of 5 (e.g., 5, 10, 15, etc.). I know I need to use a function that I can either call on an onBlur...
  5. DonLo

    Font Problem

    Hi, I've got two font problems when I save my Pagemaker 7.0 file as a pdf file. They both involve the Californian FB font. In my font directory (in the Control Panel) it shows I've got this font in regular, bold and italic. When I format it in PM as bold italic, it shows up and prints from...
  6. DonLo

    Best non-.psd format to retain layers

    Hi, I have a file that someone else created in Freehand 9.0 on a Mac, and I want to be able to edit it in Photoshop 6.0 on a pc. What would be the best format for the creator to save it in, so that I can open it and still retain the layer structure of the original file? Thanks
  7. DonLo

    Best non-.psd format for retaining layers

    Hi, I have a file that someone else created in Freehand 9.0 on a Mac, and I want to be able to edit it in Photoshop 6.0 on a pc. What would be the best format for the creator to save it in, so that I can open it and still retain the layer structure of the original file? Thanks
  8. DonLo

    Using quantity to create multiple records

    Hi I'm designing an Access application to allow a user to easily create multiple copies of parking permits which have basically the same information. Each printed permit will have 4 common fields (Location, ValidDates, IssuedTo, ESO_Num) and one field which is unique (PermitID). I'd like to...
  9. DonLo

    Moving between tab controls

    Hi, This seems like it should be a simple one, but I can't find the answer. How can I move between tab controls on a form, without using my mouse. I see how I can write a macro to move between pages, and call that macro from a command button, but it doesn't seem like I can do this for tabs...
  10. DonLo

    How can I count how many text boxes have text in them?

    Hi, I have a form which tracks users who are buying tickets to specific events, and calculates the the cost depending on what they buy. So I have 5 text boxes, one of which is required, the other 4 are not (series1, series2, etc). I'd like to have a calculated control (seriesQuant) show how...
  11. DonLo

    Press Printing, black type, CMYK mode

    Hi, I know the real answer to this question is to use Pagemaker, but I've only got Photoshop 6.0, so I'm trying to make it work. Here's my situation: I'm creating a brochure which uses a color line drawing, a color image (a watercolor painting) and black type. I've kept the type in type...

Part and Inventory Search

Back
Top