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

    How to find xy position of cell with php

    I'm building a monthly calendar with cells for the days. I'm using php to get the data for a month's events from a mySql database, and then create the cells as I go, filling the cells with text corresponding to the event details, all with php. When a record for an event that spans more than...
  2. 6kleg

    Error Using Application.Eval

    Trying to use Application.Eval in Access 2000 to call a function with the function name in a variable. The procedure gets the name of the function to call and its 3 arguments from a recordset. The argument for Application.Eval is put in a string called call_string call_string =...
  3. 6kleg

    Make forms stretch to width/height limits like web pages

    Can anyone point me to the best way to make Access forms act like web pages. I'm referring to the way you can set the width of page elements to 100% and they expand to the limits of the width and height of the window they are running in. I currently use Maximize for that but I have never liked...
  4. 6kleg

    Add Rec in FormA from FormB

    My FormA is a continuous form for records in a Table1. Not all fields are shown. FormB is a Single Form view of the same table, with all fields displayed. I want the user to be able to click a button in FormA to add a record, but I don't want the record added in the COntinuous form. I want...
  5. 6kleg

    How to Rename a table fieldname from code ?

    Can anyone tell me what is the correct methods or actions to use to permanently change the name of a table field from code?
  6. 6kleg

    HELP! Access97 programmer can't grasp Access2000

    I'm embarassed to have to ask this. I've done extensive work in Access 97 because it's what my employer uses. I've resisted converting anything that I created to Access 2000 because I know I can't go back. But now I've reached the point where I want to make some stuff in 2000 because it's...
  7. 6kleg

    Tool Tips are Being Cut Short

    I'm pulling data from a mySQL database into a php array to display a list of events using fields named event_date and event_name and event_description. For each record in which the event_description field is NOT empty, the PHP should wrap the event_name in a set of <a> and </a> tags and set the...
  8. 6kleg

    PHP variable wont change

    Developing an event calendar in PHP. The page sets a variable called $mo_yr_in either to the current date on the first call of the page or to the value of selected_mo_yr which comes from using method='GET' and action='calendar.php' within <form> tags on the page which calls itself when the user...

Part and Inventory Search

Back
Top