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

    ASP.Net Popup with DataNavigateURLFields

    Hi This is really bugging me now... I'm trying to get this opened in a pop up using the following code... <asp:HyperLinkField HeaderText="Popup" Text="View" NavigateUrl="javascript:window.open('teaching.aspx?Staff_ID={0}',,'width=640 height=500');" /> But this won’t do a thing. Staff_ID is...
  2. Marchello2004

    multidimensional array

    Anyone know how to define a multidimensional array in VBScript without knowing constant dimensions (ie, using variables to define the dimensions)? Help greatly appreciated.
  3. Marchello2004

    Names using inverted comas!!!

    Hi I have an interesting one here... I have a dropdown list which displays staff name. The name selected will be then stored in a table by using a submit button that works as follows... Dim strSQL As String strSQL = "INSERT INTO Bookings (staff_name,) Values ('" & cmbStaff_name & "')"...
  4. Marchello2004

    Adding a new record

    Hi everyone! Anyone able to add records to the database using VBA? I started using 'DoCmd.GoToRecord , , acNewRec to generate the new ID for a new record, but this doesnt seem to add the ID number directly into the database, instead I had to create a textfield in which to write this ID, and...
  5. Marchello2004

    ServerFiler Equivalent

    Hi there I'm trying to use "ServerFilter" to be able to filter a form, but this is base on Access, not Access project, and I've been told ServerFilter will only work with Access project. Is this true? and if so, what could I used instead? Thank you very much! Marcel Quiroga Defize
  6. Marchello2004

    Windows 98 Hardware name?

    I've got a very stupid problem. I formated an old computer for a friend ( this computer only will work with windows 98, XP wont install) and i manage to find the drivers for everything apart of the soundcard (integrated on the mither board) Can anyone tell me how can i find out the model of it...

Part and Inventory Search

Back
Top