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

    importing files

    Can anyone tell me why I can't import .wmv files in premier cs4 when I am on a mac yet can import them easily when on my pc?
  2. skate

    startup disk full

    Has anyone encountered this problem? I tried to render some videos and came up with "Start up disk full" (I'm on a mac), however all my files and scratch disks are set to a secondary hard drive that more than enough space! Any help would be appreciated.
  3. skate

    previous version

    How do I save a pdf in a previous version?
  4. skate

    pathfinder describes empty region

    Why does it happen when I try to add to objects using pathfinder, I get this message "Could not complete operation. Pathfinder results in empty region"? What does that mean and how can I go around this? I just have two square objects that i want to combine, very simple.
  5. skate

    pdf jibberish

    I have someone who opened up the pdf I made and said the one of the chapter bookmarks I made had some jibberish text. When I open it to view I do not see that problem. Anyone know what this is??
  6. skate

    crashing!

    Every time i open the table relationships view access crashes (or freezes) so that i am never able to view the relationships and make any changes for new tables that i have added. Anyone have this happen? I'm using 97.
  7. skate

    clearing table values

    this may be a simple question, but i just can't figure it out. I have a database who's entries need to be cleared to zero at the end of every year. I would prefer to do this than just delete all records as there is some data that needs to be saved. I can't simply highlight all the cells in the...
  8. skate

    mail merge and word

    I have two questions. Here is my code for making mailing labels Function MergeIt() Dim MailOutDoc As Word.Document Set MailOutDoc = GetObject("J:\Office.sys\AHLS_Database\AHLS_Database_Mailing_Labels.doc", "Word.Document") MailOutDoc.Application.Visible = True...
  9. skate

    report coding

    I am having some problems regarding using code in a report (as I've never done this before). I have a function that makes a textbox visible/or not depending on the value of another field MOrder, which is somewhat like an index field but can only be a number from 1 to 12. Normally the report is...
  10. skate

    sorting numbers

    Hi, just wondering if anyone's got any good solutions for sorting numbers in which 03 (meaning year) when sorted descending is greater than 99. As of now it sorts say from 99 down to 90 then switches to the year '03 to '00. How annoying.
  11. skate

    listbox populating

    I have a listbox that is populated depend on my search criteria. Unfortunately it doesn't work. I've also made a button called ViewAll so the user can view all the files if they so choose instead of seeing the search results. I figure if i can get this working the rest would be easier to...
  12. skate

    copied form

    now this may sound silly, but I had a form that could search for items based on values entered by the user and displayed in a listbox. It works perfectly, so I thought I would do a "save as" and make a second record searching form very similiar except for the minor changes in labeling...
  13. skate

    empty entry combobox

    I have a combobox for users to choose from the pull down, but occassionally they find they want to deleted their selection altogether (but not the entire record). Problem is I have an index field that is filled in depending on the selection, which is used later in another form and things get...
  14. skate

    locked records

    I have a db that is split. When I try and access the tables thru the FE the records of this one particular table is locked! Why is this? It's very frustrating.
  15. skate

    Listbox solution

    Ok, I've come to the conclusion that there must not be a way to print values in my listbox in a report. I have a listbox that is filtered/populated depending on what letters I type in textbox (eg. find all entrie starting with "tri...") For each entry you can double click to open a...
  16. skate

    filling fields

    i have an array(9) and want to fill corresponding txtboxes so that array(0) fills txtbox0, array(1) fills txtbox1, array(2) fills txtbox2. is there a way to do this with a loop?
  17. skate

    faster loading

    I have a problem with the loading of my forms---they're really slow. I "think" it's b/c my code is long and repetitive. (correct me if I'm wrong) I have these txtboxes linked to number fields in a table txt1, txt2, txt3...etc. There are occassions where I have to run through each...
  18. skate

    leap year

    is there a function that tells me is a certain date inputed is a leap year?
  19. skate

    calculating date

    how do I calculate the date to display in a txtbox from day, year and month values from 3 different fields?
  20. skate

    record count w/ criteria

    I am trying to count the number of records in a subform w/ linked fields "Index". The following code works without the "SIndex" criteria, but I want to count the number of records w/ SIndex (of the subform) equalling a certain value. Why does this not work? I've even...

Part and Inventory Search

Back
Top