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...
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 =...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.