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

    Change URL for link in flash movie

    Hi. I have no problem making a button and attaching a URL to go to. However, I and a friend both have the problem of changing a link and making it work. In fact, I have deleted the link completely from that button, and when published, clicking the button still brings up the old URL. Help...
  2. emzadi

    Need recommended reading

    Can anyone recommend magazines or books for someone very new to AS/400 in an IT Director position? Thanks! Susan M. Wagner biztek.20m.com womanofcode@yahoo.com
  3. emzadi

    Trying to load new page after form submit...

    Hey... I can't believe I can't find the answer to this anywhere... one of those &quot;duh&quot; days... How in the world do I get a &quot;Thank You&quot; page to load after the user clicks submit to email me their response? The following are samples of my beginning and ending code: <form...
  4. emzadi

    How to query based on anniversary of hire date?

    Hi. I have a personnel database for which I want a list of employees that have an anniversary date within 30 days to show up on my main form. The problem is crossing the year boundaries. If a person was hired July 4, 2001, for example, how do I get the query to return that record every July 4...
  5. emzadi

    How to turn off track changes in office xp?

    My boss was just upgraded to Office XP. He was sent a document in Word that has changes being tracked on it and would like to turn that off. I told him to go to Tools/Track Changes, but we find that this option is no longer on this menu. Does anyone know how to turn track changes off in...
  6. emzadi

    clear checkboxes at end of day for mail merge

    Okay. I have a mail merge document that is drawing upon a query in an Access database. In the database, each record has a field, a checkbox, indicating if a certain letter should be sent to that individual. The query pulls up all records with that checkbox checked. Now I find out that the...
  7. emzadi

    Userform in Word with checkboxes

    I have created a userform in VBA for my Word document. It works fine when the user needs to enter text. However, I want the user to be able to click on yes/no checkboxes as well, but can't seem to make this work. Here is the code so far for my userform, but I don't know where/how to add the...
  8. emzadi

    Message Box in Microsoft Word

    Hi. I have written VB code for Access, but never for Word. I am simply trying to get a message box to display when a certain document made from a template is printed. Ideas? Suggestions? Criticisms? Thanks! Susan emzadi1@yahoo.com Susan M. Wagner LAPELS emzadi1@yahoo.com susanw@lapels.com
  9. emzadi

    simple but needed: limit to list problem

    It's embarrassing to have to ask, but I am trying to enter a code into a field that is related to another table. I have &quot;limit to list&quot; set as &quot;no&quot;. The first column is the bound column. Yet, I am getting an error when trying to enter a new code that says &quot;You cannot...
  10. emzadi

    table too long to fit on page

    Is there any way to change the shape of a table so that all fields will show on the page? We have an old database that is designed horribly and has WAY too many fields in the main table. I need to print this out so I can work on the new database, but cannot get the table to fit on one page...
  11. emzadi

    &quot;invalid datbase format&quot; MS Access database

    Why could I get &quot;invalid database format&quot; when attempting to reverse engineer a valid, working Microsoft Access database? Thanks! Susan M. Wagner LAPELS susanw@lapels.com
  12. emzadi

    concatenate but skip blank cells

    Hi, I need to join 4 columns into one and am using the formula: =b2 & &quot; &quot; & c2 & &quot; &quot; & d2 & &quot; &quot; & e2 which does great, except for one thing. If one of those cells is blank, it leaves a space for the blank cell. What can I add to my formula to resolve this...
  13. emzadi

    forms not joined right

    I have a main form, titled &quot;Applicants.&quot; I have several other forms; for example, &quot;Payments&quot; and &quot;Employers.&quot; I would like a command button on the applicant form that will pull up the payments form already filtered for only that applicant's entries. That is...
  14. emzadi

    Sorry, this has probably been answe

    Sorry, this has probably been answered, but keyword search is down... I have a report where I have joined a main table and an activity table which shows letters that have been sent out to registrants. The report is based on a query, which joins the tables so that all records from the main...
  15. emzadi

    Joining tables in a report, missing records

    Hi. I am trying to run a query/report using my main table and another one. Everything works okay, except those records on the main table that do not have an entry in the other table do not show up on the report at all. I have tried each join type to see if that is the problem, and nothing...
  16. emzadi

    best way to format dates in MS Word tables

    What is the best way to format a column for dates in a Microsoft Word document using tables? Thanks! Susan M. Wagner LAPELS susanw@lapels.com
  17. emzadi

    update date field if one of several other fields is changed

    What is the best way to update a date field to the current date/time if one of several other fields is changed? Thanks. Susan M. Wagner LAPELS susanw@lapels.com
  18. emzadi

    Show presentation on tv...how?

    I need to show powerpoint slides on a television screen. I am running the presentation on a Dell laptop. How do I get it to the tv? Thanks Susan M. Wagner LAPELS susanw@lapels.com
  19. emzadi

    who modified record and how

    Can anyone tell me how to find out who modified a record and what field they modified? Thanks! :) Susan M. Wagner LAPELS susanw@lapels.com
  20. emzadi

    print just one record from a form

    Ok, I want to cry. I followed the instructions at this link: http://www1.zdnet.com/pcmag/pctech/content/solutions/db1801a.htm to print just one record from a form... Everything was fine, then 10 minutes later, I started getting an &quot;on click&quot; error... &quot;Procedure declaration...

Part and Inventory Search

Back
Top