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

    How can I increase web traffic to my site

    I would like to know how to increase the traffic to my website and generate more sales. It was set up in March so I realise that it has not been running for long. I would appreciate any advice (or criticism!) regarding my site which is www.moondirect.co.uk
  2. shellj

    how do i output copy records when multiple quantities exist?

    I have a table that contains stock details. Each item has a quantity field which can be more than 1. I have created a report that outputs records to a file for mailmerging to labels but at the moment I can only create 1 of each record. How can I check the quantity field before sending the...
  3. shellj

    How do i display the last record, edit it and save as new record?

    After adding a new record, I would like this record to be left visible on the form, change certain fields and save it as a new record but currently I just overwrite the original record. Can someone tell me what I'm doing wrong? Thanks
  4. shellj

    How do I search for existing records without displaying them? Part 2

    My database stores stock details. Once records are added to the Stock table using a form, a unique number is generated using the information input. For example, items added from the Designer Fornarina have a code 18, if the item is a skirt the code is 12, if the colour is black the code is 01...
  5. shellj

    How do i increment part of of a numeric string? Part 1

    My database stores stock details. Once records are added to the Stock table using a form, a unique number is generated using the information input. For example, items added from the Designer Fornarina have a code 18, if the item is a skirt the code is 12, if the colour is black the code is 01...
  6. shellj

    Access Q - Why does my text field in my form not update in the table?

    I have created a form to input data into a stock details table. I have numerous text fields and combo boxes which I use to update the table but data entered into 2 of my text fields does not display in the table. These 2 fields are autofilled depending on what data is entered in previous...
  7. shellj

    How can I compare data in a row to data in a previous row?

    My spreadsheet contains information exported from a database. Column 1 contains a unique ID number but there may be multiple rows with the same number. In each row there are also dates - I want to be able to count the number of rows with the same ID number, take the last row of each number and...
  8. shellj

    how do i copy a file from a website to my hard drive

    I have an .ini file that is stored on our company intranet site - it is not visible to everyone but only in the same directory as all the forms. The problem I have is I can open the file no problem using open "http://.......ini" but when I try to do 'filecopy...
  9. shellj

    How do i make a scroll bar work on a page of a userform multipage?

    I have created a userform with multipages and one page has far more on it than the rest. I would like to make this page this same size as the others but have a scroll bar down one side. Can someone please help me with the code to do this? Thanks in advance.
  10. shellj

    How do i delete a line in a text file using VBA

    I have created a text file to read values into a userform in Word. These values can be added to or deleted by the user via a userform - i can read the values in no problem but I am unsure as how to to delete a line from the file. I use 'OPEN "filename" for input as #1' to read the...
  11. shellj

    How can I return values stored in a .ini file

    I have created a userform which consists of listboxes which hold information. Occassionally, it may be necessary to update these values so I have created an ini file to write data to. For example, If lstAddValues.ListCount > 0 Then lstValues.AddItem lstAddValues.List(0)...
  12. shellj

    How do i display a message while a procedure runs in the background?

    I have a userform which has a command button FINISH which updates a form with all values entered by the user. I would like to display a message while the form is updating. How do I do this? Thanks.
  13. shellj

    How do I insert VBA code in Word to update code at runtime?

    I have created a multipage userform in which initially there are various values stored as options in a listbox. I have incorporated a page that i want to be able to allow a user to update these values in these fields and save the new document with these added values. Can someone please advise...

Part and Inventory Search

Back
Top