473,414 Members | 1,667 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,414 software developers and data experts.

Search for approach for a web app to help with part-number classifications

I've built various web apps using Frontpage and/or ASP and Access, but
now I'm trying to figure a way to do the following, perhaps in ASP.Net

My friend gets parts lists in invoices (they are in an excel
spreadsheet) that he has to classify as a certain type: eg. part
number 111-111-111 is type R9, and part 222-222-222 is type 486, etc.

we have a database that is not quite complete, but contains most of
these classifications.

currently, I have him copy the column of parts from the invoice and
save as an excel spreadsheet in a pre-determined place with a
pre-determined name, let's call it "load.xls"

since load.xls is linked in an access query to the d/b of parts
classifications, he just runs a macro that runs the query and exports
it to another spreadsheet, we'll call it "unload.xls"

Now he has a spreadsheet with the partnumbers in one column, and the
classifications in the second column.

he copies the classifications column and pastes it into a new column
next to the original invoice and then sends it along to someone else
for further processing.

I'm trying to see if I can simplify this by perhaps allowing him to
paste it into a web application that will sort of do this in an easier
way, but I'm not sure of the approach to take. Allowing him to be
able to update or edit the database on the fly would also be great, so
if need be, he can add to the d/b or update it on the fly.

Looking for ideas in ASP and/or Access or ASP.net, co i'm cross
posting this to 3 different newsgroups....thanks if you have any ideas
on an approach to take.

Larry
- - - - - - - - - - - - - - - - - -
"Forget it, Jake. It's Chinatown."
Nov 18 '05 #1
3 1055
Larry,

For a lot of ideas

http://msdn.microsoft.com/asp.net/asprk/
and
http://samples.gotdotnet.com/quickstart/
I hope this helps a little bit?

Cor
Nov 18 '05 #2
Consider using BizTalk [1]. It is perfect for this type of data mapping
project but your skills may not be up to snuff yet as developing a secure
and robust application using .NET coming from a scripting background
is a real stretch.

--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET cs*********@REMOVETHISTEXTmetromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/

[1] http://www.microsoft.com/biztalk/

"Larry Rekow" <larry@netgeexdotcom> wrote in message
news:5p********************************@4ax.com...
I've built various web apps using Frontpage and/or ASP and Access, but
now I'm trying to figure a way to do the following, perhaps in ASP.Net

My friend gets parts lists in invoices (they are in an excel
spreadsheet) that he has to classify as a certain type: eg. part
number 111-111-111 is type R9, and part 222-222-222 is type 486, etc.

we have a database that is not quite complete, but contains most of
these classifications.

currently, I have him copy the column of parts from the invoice and
save as an excel spreadsheet in a pre-determined place with a
pre-determined name, let's call it "load.xls"

since load.xls is linked in an access query to the d/b of parts
classifications, he just runs a macro that runs the query and exports
it to another spreadsheet, we'll call it "unload.xls"

Now he has a spreadsheet with the partnumbers in one column, and the
classifications in the second column.

he copies the classifications column and pastes it into a new column
next to the original invoice and then sends it along to someone else
for further processing.

I'm trying to see if I can simplify this by perhaps allowing him to
paste it into a web application that will sort of do this in an easier
way, but I'm not sure of the approach to take. Allowing him to be
able to update or edit the database on the fly would also be great, so
if need be, he can add to the d/b or update it on the fly.

Looking for ideas in ASP and/or Access or ASP.net, co i'm cross
posting this to 3 different newsgroups....thanks if you have any ideas
on an approach to take.

Larry
- - - - - - - - - - - - - - - - - -
"Forget it, Jake. It's Chinatown."

Nov 18 '05 #3
On Sat, 11 Sep 2004 09:26:38 +0200, "Cor Ligthert"
<no**********@planet.nl> wrote:
Larry,

For a lot of ideas

http://msdn.microsoft.com/asp.net/asprk/
and
http://samples.gotdotnet.com/quickstart/
I hope this helps a little bit?

Cor

++++++++++++++++++++++++++++++++++++++++++++++++
Yes, thanks. Have been studying ASP.NET for the past several weeks,
and tho the going is slow, the results so far are promising.

Larry
- - - - - - - - - - - - - - - - - -
"Forget it, Jake. It's Chinatown."
Nov 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Sharif T. Karim | last post by:
I am trying to do the following with my search script that looks for records in a mysql table. The following is an example of what I am trying to do. Text being searched: -- The brown fox...
1
by: Gustavo Rahal | last post by:
Hi I'm trying to learn python by doing something that I think it would be nice; Search lyrics using some websites like www.musicsonglyrics.com, http://www.sing365.com I am trying to parse the...
15
by: Freddie | last post by:
Happy new year! Since I have run out of alcohol, I'll ask a question that I haven't really worked out an answer for yet. Is there an elegant way to turn something like: > moo cow "farmer john"...
14
by: vic | last post by:
My manager wants me to develop a search program, that would work like they have it at edorado.com. She made up her requirements after having compared how search works at different websites, like...
1
by: Dave Townsend | last post by:
Hi, Can anybody help me with the following piece of code? The purpose behind the code is to parse HTML files, strip out the tags and return the text between tags. This is part of a larger...
2
by: Jan Szymczuk | last post by:
I am trying to create a query that will show me who is phoning who in an organisation from available Telephone Billing information. I am creating a MSAccess 2000 database with a few few tables, two...
6
by: Talin | last post by:
I've been using generators to implement backtracking search for a while now. Unfortunately, my code is large and complex enough (doing unification on math expressions) that its hard to post a...
11
by: Pete | last post by:
Is there any way to change the default search to "Any Part Of Field" instead of whole field? The first thing I ever do when searching for something in a field is change the default setting from...
5
by: pembed2003 | last post by:
Hi all, I need to write a function to search and replace part of a char* passed in to the function. I came up with the following: char* search_and_replace(char* source,char search,char*...
32
by: tshad | last post by:
Can you do a search for more that one string in another string? Something like: someString.IndexOf("something1","something2","something3",0) or would you have to do something like: if...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.