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

    Join! button does not jump to correct location/pgae

    Hello, I have a php login script I found on evolt. For the most part works very well. I have made several successful mods, but I have a problem I just cannot solve, been working on this one issue for 2-3 weeks, Im not a real programmer so pleae be gentle The register pages has 6 fields. Three...
  2. mesafloyd

    How to make a VB6 exe to SIMPLY Visit a web page

    Hello, I am a rookie programmer, please be gentle... I am looking to make an executable (.exe) script to simply visit a specific web page. I would put this exe file in the 'autostart' folder of windows, so it would execute everytime the pc starts/reboots. I only want to visit a web site -...
  3. mesafloyd

    Highlight and Delete a Record

    Hi, Im not a seasoned programmer (hardware guy) so please respond in simple terms if you can. Using..MS Access 2003 Two part question: I have a very simple form (frmUPDATES) that has the records in rows that displays some fields of the record. #1 I would like to have the fields of that record...
  4. mesafloyd

    Two forms, same table, common field, does not operate the same

    Hi, I have a table: tblPropertyList I have two forms: frmAllFields frmUpdates Each form has a Text Box that is 'control sourced' by the same field... INTERNALCOMMENTS. The text box is a free text field used for makeing notes on a particular record... I have this code in both form's VBE...
  5. mesafloyd

    Acess, how to open Forms/Reports in full windows?

    Hi, I have a couple of simple forms with buttons that open forms and a report. However the buttons open these objects in 'small' windows.... I have to click the "Maximize" button in the upper RH corner... annoying. How do I make the button even open these objects in Maximized windows...
  6. mesafloyd

    Excel 2003, very small font in drop down / combo box

    Hi How do I make the font size larger in my drop down box? Am I missing something? I think I tried everything... Once selected the selection size is OK but in the drop box itself it is very small. It apparently does not track the font size from the column I am selecting from. I am not a...
  7. mesafloyd

    Access Report>From to Sort non-alphabetical order

    Hello, I am not very good at programming so here I am, at your kindness I have a Table (tblPorpertyLists) In the table I have 29 fields, but this thread references only to one field... (CATEGORY) (CATEGORY) contents is limited from a Combobox that has specific CATEGORYs i.e. Apt , Condo ...
  8. mesafloyd

    Combo Box Search # (pound Sign) problem

    I have a combo box(Combo78) lookup on a continous Form(frmUpdates) The lookup places the lookup in text field (PROPERTYADDRESS) We search addresses.. The problem is the apartment No's. using the # immediatly before the number i.e. #3 for instance If search for #3, I get all addresses with the...
  9. mesafloyd

    MS Access, Date asc/desc Toggle button in VBA, need help

    Using MS Access, continuous Form, 200 to 600+ records. I have made a button(SortByDate) I have made a field(LastUpdate) This field primarily holds dates, but may be blank or short text(User may enter a note to themselves) I'm trying to make the button to be a 'toggle' button to sort the...

Part and Inventory Search

Back
Top