Search results

  1. A

    Using insert into command

    Hi, I am at work, and I have acquired a database that prints labels. They now want the database to be coded so that after certain labels are printed the database will print a blank label. I have the code figured out as a Do While statement in order to print the blank label. The problem I am...
  2. A

    Help with switchboard in edit mode

    Hi everyone, I have a database that uses a switchboard and it has 4 options, the option to start a new entry, edit the entry, run report, and exit. The database then saves new entries into a table. The database works perfectly with the exception of the edit entry button. The edit entry...
  3. A

    Erasing text from textbox upon enter without deleting variable value

    Hi Guys, I have a quick question that I've spent a decent amount of time looking through google and other forums and still can't quite figure it out. Essentially I have a form that has a textbox in it. I enter text into the text box by scanning a bar code. I then use openreport.cmd to pass...
  4. A

    Using MS Access to control SAP

    Hi, I am not sure if anyone will know much about this. But I've googled quite a few things and come up with nothing of much help. I am trying to write a code that will run through one of my tables and copy a value from that table and then open SAP and run a search of the value, then save an...
  5. A

    Copy query parameter

    Hi All So the question I have is that I am trying to copy the parameter value that is entered to a variable so that it can be used to run other queries without typing it in over and over. Once my form is finished it will run 4 queries, and the current setup is that I would have to retype the...
  6. A

    Accessing a textbox within a frame

    The problem I am having is with an intranet page. I am trying to access a text box that is located within the body frame, but when I reference the html page using: ie.getElementsByName("file_id").innerText = "Our text" ie.Document.getElementById("file_id").Value = "1457899" Or something of...
  7. A

    Form to access website and type in search bar

    Hi guys, I'm not sure if this is possible, hopefully someone can let me know. Essentially what I am trying to do is get a button on my form to open two reports, and also go to a website. Once at the website I want it to type in a search bar based off of the criteria of the two reports. I...
Back
Top Bottom