Search & Display Records On Userform

Jul 3, 2006

I am very new to Excel/VBA. I have created a "Customer Complaint System" in excel and have designed a user form for users to enter new complaints.

My next step is to design a Search or Look up form for viewing the complaints where users can choose to look up complaints by either Complaint No or Customer or Month.

The worksheet that stored my data is called "ComplaintData" which is hidden. In the sheet "COmplaintData" I have following 10 Columns:

Column A - Complaint No
Column B - Date
Column C - Customer
Column D - Contact Person
Column E - Product
Column F - Batch
Column G - Category (This relates to Complaint Category)
Column H - Description
Column I - Account Manager
Column J - Month (This just takes value from B and converts to month, so hopefully I can sort by month if required..)

I did see a few examples of look up forms but am struggling to customise them to suit me.

Ideally I need a combobox & textbox in serach field. So user can choose the "Search by" category using combobox e.g. Complaint No, Customer or Month and then enter the relevent text in the textbox to carryout the search.

and then use labels & listbox to display the related fields on the form. The reason I prefer labels is that I do not want users to edit the info. and listbox to show multiple results out of which user can choose specific one....e.g. when user does a search by Customer, I want listbox to show the various products that customer has logged complaints for.

View 9 Replies


ADVERTISEMENT

Specify WorkSheet To Search & Display Records From

Jul 7, 2006

I have a product Database with 11 columns. I am trying to build a Search/look-up userform.

I found a brialliant example of the same posted by Roy, UK. I have copied the same and its working well, but with a few little problems.

Here's what I've got:

I have a userform with a Combobox (called Combobox2) where it shows all the products from column B in the worksheet "ProductData". In the worksheet "ProductData" , I have 11 Columns with headings from B1:L1.

When user selects a product from the dropdown list (from Combobox2), all the details related to that product from other columns are displayed on the userform via labels.

This part is working fine....except that the values in Combobox2 are taken from activesheet and I want them to come from worksheet "ProductData".
I have hidden the sheet "ProductData".

Second Part is, I have about 20 products in the Database and all of them have a Product Specification Sheet in PDF format. I am just wondering, if there is any way I can have a button on the userform that can used to open this PDF datasheet for the product thats being lookeed up by user.

What I mean is, if user selects productA from the combobox2, then it displays all the info about the the ProductA on the labels on the usewrform. and if user clicks on the "View Data Sheet" button then it opens the Datasheet PDF file for ProductA.

Below is my code for the first part:

Option Explicit

Private Sub ComboBox2_Change()
Dim ws As Worksheet
Set ws = Worksheets("ProductData")
Dim Ncell As Range
With Range("B2", Range("b65536").End(xlUp))
Set Ncell = .Find(ComboBox2.Value, LookIn:=xlValues)

View 9 Replies View Related

Userform Database: List Records In A Sheet As Well As Search For Records In A Sheet

May 7, 2006

example of a database user form that will allow me to list records in a sheet as well as search for records in a sheet. I know excel has a built in feature for this but it is menu driven and I need something that is button driven and will allow me to resize the form layout. I was not able to figure out how to do that with the built in form.

View 7 Replies View Related

Userform Search And Display Results?

Oct 17, 2012

I've put together a workbook that has 2 sheets that contain stock details and location info (i.e. part number, description, Location & stock level). I need to have a search function outside of the 'built-in' Ctrl+F (or Edit > Find) search function, i'd assume this would mean using VBA?I invisiage making a userform embedded within the very first sheet of the workbook and having this form be opened when accessing the worbook - maybe hide the other two sheets containing the data? Within the search userform, i would have a 'part number' & 'description' search input boxes for data input, either one could be blank but atleast ONE must be inputfor the search to work. On pressing the 'Search now' command button in the userform, any reults found would be displayed in a listbox at the bottom of the said userform. If no results found, a dialog box would pop-up saying 'No Items Matched"

View 7 Replies View Related

Search Through Database And Display Results In Userform

Jan 17, 2009

I have a database of 13 columns and ever increasing rows.

I want the following to be there on my userform.

1 combobox: showing the list of categories from which to search.(The categories are the column headings in columns A1 to A13.The user will have to select one category.

1 textbox:Here the user will enter the search term.

1 Command Button: When the command button is clicked/entered, the code shall be such that it will search in the column corresponding to the category mentioned in the combobox and display the results( The entire 1 row x 13 cloumns containing the search term) in a Listbox. If the search term does not matches then a message box should appear with the message "No entries found"
[b]

1 Listbox:to display the search result as mentioned above.

View 13 Replies View Related

Trying To Use VBA To Concatenate And Display Search Results On A Userform

Sep 16, 2009

I'm using a userform to report on set of worksheets. Two of the functions are:

- reporting on the number of contacts with a client
- displaying the details of all contacts with selected client in one textbox.

I can't work out how to concatenate the text of all the contacts relating to one client in a text box (txtContactHist) on the userform.

Using the countIf function I'm trapping zero matches.

The worksheet containing the contacts has the following data columns:

Col A - Customer ID
Col B - Detail of contact
Col C- Date of Contact

Columns B and C contain the data I want to capture

Column A (the customer ID) is the column that is searched for a match ( via the userform text box (txtLic.Value))

To work out the total number of contacts, I use this bit of ...

View 6 Replies View Related

Search And Display Results On Columns In ListBox Of Userform

Apr 21, 2014

I am creating a database using excel and I've created a userfrom for ease of data entry and searching the database. But now I am stuck at the searching part.

The sheet is Sheet1 and the userform is UserForm1. Based on the pic that i have attached, user needs to key in the keywords in any of the textboxes and comboboxes in the group box labelled "Organizational detail" and when he/she clicks on the Search button, the userform will display the whole rows where the search results reside onthe listbox. When the user click on the search results on the listbox, the textboxes and comboboxes will be updated with the data on the listbox.

View 3 Replies View Related

Filter Using Userform And Display Whole Row Of Search Result On Textboxes

Apr 17, 2014

Currently I am working on a data entry form for CRM database using Excel. Now i am stuck at filtering and displaying the data from the spread sheet to the user form.

There are three text boxes to key in the filter criteria and a button which will filter the data from the spreadsheet based on the criteria in the three text boxes. Then the whole row where the filtered data resides will be displayed on text boxes on the user form.

View 5 Replies View Related

Macro For Search, Display, Update Data Via Userform

Dec 29, 2007

I need a code for vinculating a user form and perform some searchings on a excel database.
For further details see attached file.

I created a user form in which some infromation is requested in order to search on excel database, I need a macro to search, display and update this data/information.

As an example, if i need to find the part number "C23138810-1" using the button search database and contains or match options, then displays all the information on the user form, this information is located in the same row where the part number is. Then, if some change is required, update is by clickig button "Update Data", and then if require "find next" item to review or update.

View 9 Replies View Related

Search Worksheet For Data In Multiple Textboxes On Userform - Display In Temp Worksheet

Dec 23, 2013

I have a workbook with 4 worksheet that store different type of data. It also has a userform that load at start of the application which is to search the data in the workbook. The userform has a combobox where the names of the sheets are stored. when the user selects say Sheet2 in the combobox, it enables the relevant textboxes on the userform and activates the worksheet at the change event. The userform has a search button that searches all the worksheets based on the text entered in a textbox.

The problem: how to search based on 1 textbox. What I want is: say for e.g the end-user selects sheet2 from the combobox, this intern enables 4 textboxes (Name, DOB, Nationality, ID #) on the userform. The end-user should have the liberty to enter data in 1 and/or any of the textboxes. The search should be performed, that if data is only in 1 of any of textboxes then give all rows that fit that criteria and display in a temp worksheet. if say the name and dob is filled by the user than what matches both should be displayed in a temp worksheet. if say dob, name and ID# given so the search button should narrow down to fit all 3 criteria and then display result in temp worksheet. As if mentioned data can be entered in either just 1 or any or all textboxes.

E.g. the worksheet is (Columns are Name, Nationality, DOB, ID#)

row 1 = name: Steven Martin, DOB: 27-may-1993, Nationality: Trinidad & Tobago, ID #: 1234567
row 2 = name: Gary Richards, DOB: 2-FEB-1993, Nationality: British, ID #: 456789
row 3 = name: David Cohen, DOB: 27-May 1993, Nationality: American, ID #: 98765
row 4 = name: Roberto McDonalds, DOB 21-Jul-1962, Nationality: British, ID # 654321
row 5= name: Gary Richards, DOB: 01-Dec-1978, Nationality: Australian, ID # 1234567

Now if the user enters only name as "Gary Richards" and search then row 2 and 5 should be displayed in a temp worksheet. if user enters name Roberto McDonald and ID# 1234567 then it should not display anything. if user enters DOB 27-may-1993 and nationality British and ID # 1234567 then as well shouldn't display anything and should a msgbox "no data found".

View 4 Replies View Related

Display Multiple Records In Row

May 2, 2013

How to write a code for displaying multiple data in sheet2 row wise.

I want to use IF condition with for loop.

View 2 Replies View Related

Display Records Randomly

Apr 21, 2007

give me the script (syntax) and place to be written it in a form in ms access 2003.

1. Text box1 should be displayed the value of field1 from table randomly, when I click the command button1.

2. Text box2 should be displayed the value of field 2 of the same record, when I click the command button 2.

View 2 Replies View Related

Unique Records Search

Nov 28, 2009

I have a formula for counting unique text records. However, is it possible to count unioque records based on certain conditions. For example, I have a stats sheet for a sports league and I want to count all the unique teams for dsivision 'North'. Coloumn A has the division, coloumn B has the team they played on that day.

I want to count all the unique records in column B, but based on those teams being in the 'North Division' (column A)

I want to do this with Excel, and not in VBA.

My formula for finding unique records is:

View 9 Replies View Related

Filter Rows To Display Only Records Having More Than One Entry

Nov 20, 2009

I can view the data how I need to by conditional formatting and pivot tables but HR wants to get rid of all rows that: only have 1 accounting line per document such as Doc MI310712 in attached sample So I only want to display records if there is more than 1 accounting line for each document

My understanding of Excel is that in order to get rid of rows that a VBA macro is needed since there is no function to do it. My VBA is limited but is there a way to specify criteria in a filter to hide the rows using a formula?

View 8 Replies View Related

Search Records With Combination Of More Than 2 Values

May 24, 2007

i've written the code below but somehow the output is not what i want.

i have a multiple records and each records contain 30 rows of info i have 3000 over records and they are all in one sheet. i need to find record using more than 1 criteria. I've written the code below. how to use VBA to search for particular strings in cells?

for e.g.
A1 : hello
A2 : world
A3 : anyhow

i want to find the cell that contains "yh" using VBA, and the output should be in cells A3.....

View 9 Replies View Related

Searching And Displaying Data Records By Search Criteria?

Jul 23, 2012

i am trying to create an easy to use search by macro VBA in excel.

I have a sheet of information where i need to find the data records from either one of the 2 search criterias: Name and NRIC.

Once a user enter either of this 2 search criterias, i need a macro to search through the data on Sheet "List" and return the results on the Sheet "Search".

Within the list, a search criteria may appear more than once, the search results should display all of the records row by row on Sheet "Search".

Would it be better to create a user form?

View 3 Replies View Related

Adding Search Function To Delete Matching Records..

Jun 1, 2009

I'd like to do is click the delete button and when clicked, it will search for matching records in column A & B and if they match... I'm thinking the code for that is <> but I'm not sure, then delete that record, and shift the cells up. Do this until the search results are empty below the delete button. Like I said, it's probably more understandable to look at the workbook.

View 5 Replies View Related

Userform To Add / Edit Records

May 1, 2013

I've been trying to resolve an issue with the userform that i created. It adds new records to the sheet "Data" but i can't seem to add a search/edit function to it.

It could be either a combobox with the existing Project Id's or a text box + a control button, so a user could enter Project Id and hit a button.

The spreadsheet example is attached : Project Entry Form.xls

View 9 Replies View Related

Userform Terminated After Saving Records

Feb 11, 2014

I have a userform with several textboxes and listview. I have a ticket number with multiple trasaction, when saving the first transaction to temp table(sheet). It was terminated (unload) which it should be back to textbox2 (ticketnumber for additional transaction.

Herewith is my VBA code.

[Code] .....

View 8 Replies View Related

UserForm - Show Records Only Greater Than (zero)

Mar 28, 2014

I am working on sheets("TO")

I want to popup a userform when i want to show the records

Show records condition

if Q3 is greater than > 0

View 6 Replies View Related

UserForm To Populate Worksheet Records

Jan 11, 2010

I've found a great userform on this site that allows you to populate a datasheet as well as delete or amend datasheets. It was by dodger7 within Database. Very useful. I've adapted this to my needs and it works great apart from i cant amend the userform that shows data when you select delete or amend. I've had a go but don't understand how i can create my own feilds and set it up in order. When i go in to the code i can veiw the delete and create/amend userforms but this is a search function relating to a reference number. Once you select Find it brings up another form and that is the one which i need to adapt to show my new feilds. I have attached the sheet so you can see my problem. I was wondering if anyone can advise as i love this userform/database method but can't complete the changes to my needs.

View 2 Replies View Related

Design A Userform - Add Records Into Material Indent Tab?

Mar 11, 2014

I have a Spreadsheet with various tabs.I want to :-

1.A Userform to add records into "Material Indent"tab.

2.Secondly,transfer rows button on Userform to shift particular rows on entering Reel no. and date to "material Usage"job desired.xlsmtab.

View 6 Replies View Related

Edit Existing Excel Records Using UserForm

Mar 18, 2014

I need to create a simple edit VBA script to allow user to search and edit existing excel row records. I had created the add record button with reference to some of the site in the web.

See Attached sample : Sample.xlsm‎

View 14 Replies View Related

Warn Of Duplicates Records Added From UserForm

Mar 14, 2008

I am having difficulty getting a script to work that manages duplicates being added to a worksheet from a userform. Each record is assigned a unique ID when it is added to the worksheet initially. The problem that I am having is that the user wants to add non-unique information to the worksheet in unique records periodically. I can do that, but I am looking to make the application more user-friendly by reducing the number of msgboxes he has to respond to in order to do this. I have some code below which works, but it needs to be smarter.

Private Sub UpdateContact()
Dim strAnswer As String
'Copy values from Customer Form controls to Data array
tbxWrkTel.Text = Format(tbxWrkTel, "000 000 0000")
tbxMobile.Text = Format(tbxMobile, "000 000 0000")
tbxHomeTel.Text = Format(tbxHomeTel, "000 000 0000")
If Not WorksheetFunction.CountIf(Sheet1.Columns(1), tbxCompany) > 0 Or _
Not WorksheetFunction.CountIf(Sheet1.Columns(2), tbxContact) > 0 Then 'To avoid duplicate data
If tbxCompany = "" Then tbxCompany = "-".........................

View 6 Replies View Related

Sequentially Auto-Number Records Added Via UserForm

Jun 3, 2008

Is it possible to autonumber records created with data entered with a user form?
If it is possible - I would also like to know how I could display the current record number on the data entry form....

View 3 Replies View Related

Search And Display

Mar 19, 2009

I don't know exactly what the function that I am after is, but, what I am trying to do is this:

- Search columns E2:A11 and sort from highest to lowest.
- Place results of the TEAM NAME (Columns A2:A11) representing the highest to lowest in column B16:B25.

View 4 Replies View Related

Column Search, Display Non-duplicates

Jul 28, 2009

I have a spread sheet, and i'm new to the macros & VBA world.

I'm trying to generate a search tool that will search through C9:C128 and display the data that does not have a duplicate.

thoughts? can this be done with an excel formula or would it need to be a macro?

View 5 Replies View Related

2 Search Criteria But Multiple Display?

Oct 5, 2011

I want to display multiple results based on 2 search parameters, where by when I enter flight number and Dep. Airport it matches the trip numbers and dispalys all the rows matching all flight number and Dep. airport based on the unique trip number.

Notice: - one trip number could consist of multi flight sectors.

1) Explanation of the data :

MMM1805 = flight Number
935 = dep. time
$AS41 = registration code

[Code].....

View 9 Replies View Related

Textbox Search And Display Results

Apr 27, 2006

I have a spreadsheet with 2 columns, 'A' is the property number and street name, and 'B' is the year the work is going to be done on the property.

I have a form with a textbox and command buttons, now what I want to do is allow the users to enter property number and street in textbox1 and click commandbutton1 to search. If it finds a match I want a small message to come up and say either the year the work will be done (column B) or 'no match found'.

View 8 Replies View Related

Multicolumn Listbox Display-use Search

Apr 24, 2007

I have try whole moring to make the multicolumn list in EXCEL 2003.But failed.

Could anyone have a look at the code and correct me?

In the userform,I have a combobox to select the "client",and I have a multicolumn listboxm, to display the related result for the client which is from sheet"orders"
I am a beginner in the EXCEL VBA, so my code attached in the workbook might be in mess.

View 8 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved