I need to filter a parent table from child criteria. but the function only supports aggregate expressions i.e. sum(field).
My solution is a database for company representatives each rep has a territory and I just want to be able to find the reps that operate in a particular territory. The...
Hi All
I'm have a number of combos on a tabpage form, the combos are bound to a dataset which holds 11 tables and a number of relationships. The combos which are giving me a problem display the states and city of a country. The selected values of the combos are bound to a client table. The state...
Hi All
I'm currently learning VB.Net and have come upon a problem that I'm sure you can help me with.
I have bound a field that holds a date from a MSAccess db DateTime Type. In this case VB.Net renders the date with the time stamp which I didn't need. So I formatted the date to a shortdate...
Hi, I having a strange problem with a Repeater data bound to an OleDBDataReader. The promlem is that the Repeater does not render the first record from the Reader. I have checked the records in the query and there is the correct number, in this case seven record are displayed. However once the...
Thanks Jeff
You have made my day. The problem was in the design of the pages that made up the default page. It had as you discovered only two frames, one of which, the body, was made up of another page with two frames the left nav and the body. I scraped the whole default page and set three...
Thanks Jeff
I have received your kind work and thank you sincerly.
I added the script to the <head> of the frame set as instructed and now find I have the head frame and the main pages visible, however the left nav page is not visible.
I guess I should have mentioned the page is a three frame...
Hi
I find that if somebody types directly into the address field on a browser the full Url say www.learnerdriver.com.au/search/index.asp that the user gets the page without frames. Ok so I get this here code
<SCRIPT language="javascript">
<!--
if (parent.frames.length == 0) {...
Im having troble validating a data base field the field is a key field in MS Access This is the function I have highlighted the offending code can anyone help?
function insertEntry( byref conn )
dim InstrID
dim TypeId
dim txtTitle
dim txtEntryDate
dim txtPassword
dim FirstName
dim...
I have a form that passes a variable to another page the variable is required to pass the data type of long integer however it changes the data type to a string. How do I pass a variable that is a long integer?
I have created a form drop down list driven by a data base I need to know how to pass a hidden variable from this form to another page. I need some code please.
I have developed a form to enter client details with an index on the user name requiring users to have a unique user name. If I enter a user name the same as one already in the data base an error is generated by MS Access however the message is not user friendly. How do I inform the user in a...
This is the code. When I click on the checkbox it returns an alert but when I click OK the check in the checkbox remains, I want it to return unchecked. can anyone help? with thanks.
function GetSelectedButton(ButtonGroup)
{
for (var x=0; x < ButtonGroup.length; x++)
if...
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.