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 Wanet Telecoms Ltd 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: rhinomac
  • Content: Threads
  • Order by date
  1. rhinomac

    How to set default nic in Sysprep

    Hello, I am working on building an image for the Dell Latitude d610. After I prepare the machine run sysprep capture the image, send back down the image and sysprep runs and goes to join the domain it fails, saying unable to join the domain. I was able to break out and run ipconfig, and was...
  2. rhinomac

    pass url from one page to another

    hello, i am trying to pass a url from one page into another to have it set as the source of the iframe. here is the url http://abc.com/info_frame1.php?http://www.google.com ....................................................... here is the code i am trying to use on the page that opens...
  3. rhinomac

    create a hyperlink to open URL in Iframe

    Hello, I am trying to have multiple hyperlinks on my right column module. I would like to be able to click on any one of these links to have the corresponding url open inside the Iframe. I can not figure out the code to put in the right column to reference the page, the Ilink and to have it...
  4. rhinomac

    Data access page Limit Text box field size to 255

    Hello, I am trying to limit the amount of characters that can be entered into a text box on a data access page in ms access. Currently it will allow the user to enter as many characters as they want then it truncates it to 255 when it saves it. I would like to limit it to 255 so it doesnt...
  5. rhinomac

    Data Acces pages pass parameters

    Hello, I found what I believe is exactly what I am looking for when I run the code on this link: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnfp2kta/html/acfpdap.asp I am running into the issue with the second sample code. I can not figure out how to create a "separate...
  6. rhinomac

    separate global script block

    Hello, I am trying to run the code on this link here: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnfp2kta/html/acfpdap.asp I am running into the issue with the second sample code. I can not figure out how to create a "separate global script block". I put it into the page...
  7. rhinomac

    automate procedure to send email from access

    Hello, I have a dilemia, The first thing that i need to know is if a procedure can run automatically from within access even if access isnt opened. If so then, I need to be able to set off an automated process in access to run once a day. This process will run a query based on certain...
  8. rhinomac

    table lookup based on selected criteria in combo box

    -I have a form with two combo boxes's. -The first cbox I want the user to be able to select a mfg from a drop down list of three choices linked to a mfg table. -Once that mfg is selected then i want the 2nd cbox to only display the data from a model table that is linked to the intial selection...
  9. rhinomac

    verfying password for linked odbc tables in a form

    I dont know if this can be done but here's the scenerio. - I have 4 linked password protectected odbc tables in my access database. I use these tables to pull in outside company info that is custom to my db for my small group. -When the select query runs the linked tables are password...
  10. rhinomac

    open and close a form in same sub routine

    How can i open a new form and close the form that i'm in using a button click action. It seems like it something obvious but im just overlooking. Heres what im trying to do now and it just keeps closing the form that im in. DoCmd.OpenForm "shippedform" DoCmd.Close
  11. rhinomac

    cancel update - multiple records on error

    hi im trying to be able to cancel multiple record updates on error. I have a series of record updates to diffrent tables in one subform. I want to be able to say if on the third table update if theres an error to roll back the previous two updates as well. I ve been trying to use the...
  12. rhinomac

    dlookup to search for matching criteria when record exists

    I am trying to verify that a field (assignment)in a record matches an existing criteria (BREAK-FIX) in an if statement. I am using a dlookup to take the existing record that is not the primary key and if the criteria matches then continue with the statement and open a form if not then msg box...
  13. rhinomac

    primary key lookup using dlookup

    I have Me!fields from a form that im adding to diffrent tables. I want to be able to look up a Me!techname in the technician table and find its corresponding tech_id number(primarykey) and write that primary key to a diffrent table Tech status -table is technician -primary key field is tech_id...
  14. rhinomac

    Searching for a matching record using .EOF, ADO

    Please help, Im new to this but im trying hard. Ive looked at numerous resources but couldn't seem to get it to work. I have an Access database where Im trying to search a table(servicecenterproblem) for a matching !me form entry(number) in the field (number). If theres a match then msg...

Part and Inventory Search

Back
Top