I have a form whereby a user clicks on a field and depending on the value of the timeofday field it opens either one form or another.
i know what i want but don't know how and where to implement it.
i.e IIF([timeofday]="allday",openform1,openform2)
can this be done in expression builder, if...
lespaul i tried the greater than less than method but this doesn't work, i use the query grid but in sql view ur solution looked like this:
WHERE (((course_session1.startdate)=[Forms]![new_session_only_Courses]![course_session1Subform]![startdate]) AND ((course_session1.trainerid) Is Not Null)...
i have a DB which allows users to allocate trainers to course
sessions, they fill out date, start time , end time and other fields
and when they click on the trainer field I have a pop up which shows
the AVAILABLE trainers, i.e. it checks the existing session times and
only shows the ones who...
IT WORKS
the problem was that there was no action for it to submit the request! i added an onchange behaviour which works instead of pressing a button but now i have another problem.
I have one page but need about 4/5 DD boxes on the same page (because this will finally be a booking form) but...
This doesn't work Cheech
code looks like this now:
<%@LANGUAGE="VBSCRIPT"%>
<!--#include file="Connections/localBookingDatabase.asp" -->
<%
Dim rstest__MMColParam
rstest__MMColParam = "Room"
if (Request("MM_EmptyValue") <> "") then...
Please can someone help as i have been on this problem for two weeks and i know i'm close to getting it to work!
I'm using dreamweaver ultradev with ASP/VB but use server behaviours, data bindings as opposed to hard coding.
I have a dynamic drop down list and depending on what the user selects...
ok here goes - it may be a bit of a mess because i've been messing about with it trying different things to get it to work:
<%@LANGUAGE="VBSCRIPT"%>
<!--#include file="Connections/localBookingDatabase.asp" -->
<%
Dim rstest__MMColParam
rstest__MMColParam = "Room"...
when i create a variable giving it the runtime value of that in the drop down list, i get this error:
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
[Microsoft][ODBC Microsoft Access Driver] Invalid SQL statement; expected 'DELETE', 'INSERT', 'PROCEDURE', 'SELECT', or...
I am very new to Ultradev ASP and VB and am struggling to perform the simplest task (well seems simple in theory).
I have a list box which is displaying dynamiv data from my access database but when the user selects an item (room) from the list I would like to display the record for that...
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.