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

    Save Change to ReadOnly Word document

    I have a word doocument that I have the readOnly property set to prevent the user from accidently changing the doc. I have VBA code for filling in text in the document. There is one change to the document that I need to have changed while the user is running the macro and I need it to be...
  2. poporacer

    Automatic import

    I will try to explain what I have. I have a set-width text file that is updated on a daily basis. I need to copy this information into an access table when the user opens the database. The existing table will be totally replaced by the new data. I don't know if I want a link table. I don't want...
  3. poporacer

    CSS/HTML problem.

    I am trying to change a website for a friend of mine. The site was created using a template and Frontpage. The website has a store and on this page I want to remove all the products and put a statement that the store is being remodeled. I am going to redo his site, I can do standard CSS and HTML...
  4. poporacer

    Excel 2003 Average based on selected criteria

    I have a spreadsheet that has several columns. The fields are Elig, Mon, Tue, Wed, Thur, Fri, TotHrs. Elig has a formula to determine if this entry is eligible to be included in the calculations, if it is, the cell is populated with "Y". Mon-Fri is used to input the number of hours. TotHrs is...
  5. poporacer

    cleaner method?

    I am trying to create a report and I have it done, but it is very messy. I am hopeing there is a cleaner way of getting this done. Here is what I have and the issues: I have a resident worksheet that has the following columns: Name, ID#, Room, Date Arrived, Date Review, Date departed. I have a...
  6. poporacer

    IE and Firefox glitch

    I have a webpage that I am using CSS and I can't get an image to line up properly in Firefox 3.0.7 What I want is a graphic menu bar on the left side, a top bar, a main content below the top bar, and a right bar with a picture in it. I have it all set up and in IE 7.0.6 it works perfectly, in...
  7. poporacer

    CSS Photo gallery problems

    I am a newbie to CSS but have a solid background in other languages. Here is my attempt so far...I got pretty far but I am running accross a couple of issues and hopefully I (you) can get them resolved (with all the wisdom there is on this board!!!). Issue #1 Is it possible to put the...
  8. poporacer

    Rollover image

    First off, I am a newbie to CSS but I am researching it. I have searched many sites and yet to find the answer I am looking for. I am close but not quite there. I have a couple of buttons and I want to have a hover action to change the image to another image. I have found several places for...
  9. poporacer

    2000 to 2003 wierd code issues

    I have a DB that was written in Access 2000 and works fine, when I try to run in 2003 it doesn't work properly. I tried to run the conversion from 2003 and it didn't fix the issue. The issue is with a form that has several controls (textboxes, checkboxes and comboboxes) I have 3 tables, one for...
  10. poporacer

    Query that does not show previously selected items

    I have a form that is used to input staff data. This form is opened from a form that tracks incidents. I have 3 associated tables. The first table (tblStaff)has the information on staff. The second table (tblIncidents) contains the relevant information to each incident. And the third table...
  11. poporacer

    Combo box query

    I have a form (frmIntelInfo) that has a combo box that I want to populate with data from a table (tblAKA) that is filtered by the text in a textbox (txtID) that is on the form. It seem like the query for the combo box might be activated prior to the query for the form so there is never any info...
  12. poporacer

    Query Union

    I have a table (tblRoster) with the data on each person. I have another table (tblNickname) that has nicknames (some people have more than one nickname). I want a query that will give me all the names from tblRoster (no duplicates)with the nicknames. I did a LEFT JOIN and tried using DISTINCT...
  13. poporacer

    Join query from the same table

    I have a table that has two fields for similiar information. tblName ID Name Nickname1 Nickname2 Nickname3 I have a form that I want to search for someone by nickname... on the form I have a text box for the user to input the search criteria. There is a Listbox that I need to...
  14. poporacer

    Newbie to C++ Database recomendations

    I am proficient at VB and VBA and database programming, however I need to write a program in Visual C++ 6.0 that will be used on both windows and linux machines. I have QT builder for the forms. I have searched for info on this without much luck. The program will need to read and write to a...
  15. poporacer

    Clear textbox

    I have a form to input new contacts. The form has a text box for the entry of a Id# for the contact. What I want to do is check this ID# and if it already exists, let the user know and clear out the text box and return to the textbox for rentry of the correct ID#. For some reason I can't get the...
  16. poporacer

    textbox transfer like query wizard

    I saw somewhere some code for two listboxes that you can move the information from one to the other, like the query wizard. Anyone know where I can find it? Thanks
  17. poporacer

    SQL/Textbox issues

    I have a form that has cascading listboxes. The first one lists incident numbers and the second one is for names that are associated with the selected incident number. The form has textboxes that are populated via code from the query on the second textbox. I have a command button to add incident...
  18. poporacer

    corrupt clipper database.

    I have a clipper database (I assume it is clipper based because the bat file for opening it has the following code: set clipper=V010;R016;F035;E0 main /P set clipper= This database is one that we use a lot, and one of my assistants opened one of the DBF files in Excel and inadvertantly save it...
  19. poporacer

    How to get data from one form to another

    I have a form that has a combobox in it and when the NotInList event is fired, a new form is opened to enter the new data. I want the data that was input in the combobox to be in the text box when the input form opens. I also don't want all the error messages to pop up..ie...not in list. I tried...
  20. poporacer

    bookmark/recordset issues

    I have a database with 2 tables. One table is the specifics for a person. The other table is for tracking incidents with these people. I have a form (frmEdit)that has a combo box with the person's ID in it and you select the ID and the form should populate with the data on that person. The first...

Part and Inventory Search

Back
Top