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

    Filter a Parent table from Child criteria

    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...
  2. mal54

    Is the table order in XML doc important?

    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...
  3. mal54

    Converting a empty string to DBNull

    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...
  4. mal54

    Repeater problem data bound to Reader

    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...
  5. mal54

    Redirect Url if page has no frames

    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=&quot;javascript&quot;> <!-- if (parent.frames.length == 0) {...
  6. mal54

    Validation of a data base field

    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...
  7. mal54

    Data type is changed from Number to String in Variable

    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?
  8. mal54

    passing a variable from a form to another page

    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.
  9. mal54

    Validate a unique user-name in MS access database

    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...
  10. mal54

    checkbox won't return false

    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...

Part and Inventory Search

Back
Top