It is currently Tue Apr 23, 2024 11:56 pm

All times are UTC - 6 hours [ DST ]




Post new topic Reply to topic  [ 8 posts ] 
Author Message
PostPosted: Tue Mar 10, 2015 8:59 am 
Offline
User avatar

Joined: Wed Nov 01, 2006 1:10 pm
Posts: 31455
pizza_Place: Milano's
I think this should be pretty simple, but im pretty dumb so hopefully someone here knows more about this than i do

All i want to do is have a simple database where a user first selects a customer from a drop down list. that then gives them a list of part numbers for that customer. Then when they select a part number it returns a document ive created (preferably in .pdf but could use an excel file , word doc, etc.)


is Access best for this ? Excel ? Something else ?


Top
 Profile  
 
PostPosted: Tue Mar 10, 2015 9:10 am 
Offline
User avatar

Joined: Mon Dec 11, 2006 1:05 am
Posts: 25181
Location: Cultural Mecca
pizza_Place: Pequod's / Barnaby's
Boilermaker Rick says he will do this for you free of charge with a propriety utility built from C if you join our Clash of Clans.

_________________
Rick Hahn is the best GM in baseball.


Top
 Profile  
 
PostPosted: Tue Mar 10, 2015 9:50 am 
Offline
User avatar

Joined: Mon May 02, 2011 4:29 pm
Posts: 39716
Location: Everywhere
pizza_Place: giordanos
I used Access for this in school many moons ago. It is easy and the table portions are essentially Excel so if you can do that you can do the Access. That is if MS still call Access Access?

_________________
Brick wrote:
Biden is doing a GOOD job.


Top
 Profile  
 
PostPosted: Tue Mar 10, 2015 10:03 am 
Offline
User avatar

Joined: Mon Apr 14, 2014 10:45 am
Posts: 15970
pizza_Place: Salerno's
I assume you want this online, accessible via the web (desktop/tablet/handheld device).

No need to pay for MS products for this. In fact, MS products for the most part aren't the right solution for
online solutions.

WordPress (php/mysql as the database layer) with, say, the Ninja forms plugin.

It's all free-as-in-beer and free-as-in-speech open source. Easy to work with and easy to find people to help out
at affordable rates.

You'll likely wanna have 3 tables.

CUSTOMER
=======
CustomerID
[customer info fields]

PART
=======
PartID
[part info fields, including either a link to the pdf doc or the actual pdf doc in BLOB (Binary Large OBject) format]


CUSTOMERPART
=========
CustomerID
PartID


^^^assuming that multiple customers can be connected to any individual part.

Other tables as well, potentially,depending on what else you want to do.

PHP/Mysql (what WordPress runs on) hosting is mad cheap, like $5 a month or under $50 a year when paid up front.


Top
 Profile  
 
PostPosted: Tue Mar 10, 2015 10:17 am 
Offline
User avatar

Joined: Wed Jun 21, 2006 6:57 pm
Posts: 88983
Location: To the left of my post
How much actual programming do you want to do? There isn't a good out of the box solution for this that doesn't require a little bit of programming.

I've never worked with Access though.

_________________
You do not talk to me like that! I work too hard to deal with this stuff! I work too hard! I'm an important member of the CSFMB! I drive a Dodge Stratus!


Top
 Profile  
 
PostPosted: Tue Mar 10, 2015 10:19 am 
Offline
User avatar

Joined: Wed Jun 21, 2006 6:57 pm
Posts: 88983
Location: To the left of my post
IMU wrote:
Boilermaker Rick says he will do this for you free of charge with a propriety utility built from C if you join our Clash of Clans.
I'd tell him to go on freelancer.com or fiverr.com and have someone do it for cheap.

_________________
You do not talk to me like that! I work too hard to deal with this stuff! I work too hard! I'm an important member of the CSFMB! I drive a Dodge Stratus!


Top
 Profile  
 
PostPosted: Tue Mar 10, 2015 10:20 am 
Offline
User avatar

Joined: Tue Aug 19, 2008 3:03 pm
Posts: 42971
Boilermaker Rick wrote:
IMU wrote:
Boilermaker Rick says he will do this for you free of charge with a propriety utility built from C if you join our Clash of Clans.
I'd tell him to go on freelancer.com or fiverr.com and have someone do it for cheap.

Douchebag Enterprises has already been contracted for this work.

_________________
Juice's Lecture Notes wrote:
I am not a legal expert, how many times do I have to say it?


Top
 Profile  
 
PostPosted: Tue Mar 10, 2015 10:26 am 
Offline
User avatar

Joined: Wed Nov 01, 2006 1:10 pm
Posts: 31455
pizza_Place: Milano's
Douchebag wrote:
Boilermaker Rick wrote:
IMU wrote:
Boilermaker Rick says he will do this for you free of charge with a propriety utility built from C if you join our Clash of Clans.
I'd tell him to go on freelancer.com or fiverr.com and have someone do it for cheap.

Douchebag Enterprises has already been contracted for this work.


Image


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 8 posts ] 

All times are UTC - 6 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group