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

    printing help

    Is there a way to when you push a button to ask what printer to print to?
  2. skierm

    msflexgrid problem

    i cant seem to edit the data after my query runs and puts the data into the flexgrid. Any suggestions?
  3. skierm

    MSflexgrid

    Is there a way to edit the data that is loaded into a flexgrid from a query. if not what way should i go about doing it? thanks for any input
  4. skierm

    MSflexgrid

    Is there a way to edit the data that is loaded into a flexgrid from a query. if not what way should i go about doing it? thanks for any input
  5. skierm

    Find Default Settings

    I have added a find button for my form and i want default settings to be look in: my form name match: any part of field search: all is there any way to do this by just code
  6. skierm

    form to report help

    when i press a preview report button i want to be able to just view the report of the record i am looking at now, and not all of them. How can i make this button do this. thanks
  7. skierm

    msgbox help

    i want to use a msgbox that has yes or no option and then depending on what the user chooses i want to do something. i just dont know how to get the values from the function msgbox. thanks
  8. skierm

    check if a file exists

    How can i check to see if a file exists before saving and then if it does to ask to change the name of the file your are saving.
  9. skierm

    error No value given for one or more required parameters

    i am trying to get "select * from Item where ItemNumber = " & num1 Item is a table and itemnumber is a column. i want to geteverything that has the same item number then take another value from it when i get the info. But, im getting this error No value given for one or more...
  10. skierm

    error please help

    here is my code Public Sub ChangeInventory() Dim cmd as ADODB.Command Dim rs as ADODB.Recordset set cmd = New ADODB.command cmd.ActiveConnection = cnn cmd.CommandText = "select * from edition where edition = " & num2 cmd.CommandType = adCmdText set rs = cmd.execute if (rs.eof) then...
  11. skierm

    ways to search

    are there ways to search a database using two fields. FOr example i want to search the database for an entry in table EditionNumber where the parameters match a specific edition number and also an item number from that same table
  12. skierm

    clearing the fields of a record

    is there an easy way to clear the fields in the current record you are looking at in access.
  13. skierm

    making text box all uppercase

    is there a way to make the value in a text box all upper case after it has lost focus.
  14. skierm

    checking to see if the record exists

    How, when im in add mode, after i finish entering all my inofrmation can i check to see if some other record already exists and not add the record i just yped in.
  15. skierm

    menu items

    i am new to this and i just got a database/vb project and up at the top of my form i have a file menu that i want to add a return option to but i dont know how to edit that. any help thanks skierm
  16. skierm

    Export Access Data Record to Excel

    I want to be able to export an access data record to a new document in excell. How do i make the new document in excel and use a template that i made, then specify where the data should go. Is there a tutorial out right now. Thanks
  17. skierm

    IP address help

    I dont know if this applies here but i would like to know if there is any way that i can figure out the ip address and subnet mask of a person that i had a conversation with on aim. They are harrassing my young cousin and shes scared. I want to you this to locate them and you to report to the...
  18. skierm

    Too Big

    Is there any way around in the wizard when trying to create a report. It says ive chosen too many fields, but i need them all. THanks
  19. skierm

    Tab Index

    When using the tab index can you make that last tab goto the first tab instead of going to a next record.
  20. skierm

    hide tool bar

    Is there a way to hide the navigation bars at the bottom of a form.

Part and Inventory Search

Back
Top