Go back to previous topic
Forum nameThe Pits v3.1
Topic subjectAnyone knowledgable in Microsoft Access?
Topic URLhttps://forums.2gnt.com/dcboard.php?az=show_topic&forum=i60&topic_id=5713
5713, Anyone knowledgable in Microsoft Access?
Posted by Blizare, Mar-19-06 08:59 AM
/\/\
5718, RE: Anyone knowledgable in Microsoft Access?
Posted by optikal, Mar-19-06 11:54 AM
no.
5742, RE: Anyone knowledgable in Microsoft Access?
Posted by Blizare, Mar-19-06 03:23 PM
As if NO ONE is.
5743, RE: Anyone knowledgable in Microsoft Access?
Posted by optikal, Mar-19-06 03:28 PM
just tellin you that i'm not. chillllllll
5747, RE: Anyone knowledgable in Microsoft Access?
Posted by Blizare, Mar-19-06 03:43 PM
Originally posted by optikal
just tellin you that i'm not. chillllllll


I'm Chilled. I just need to figure out how to get access to do some shit for my business Invoices. I hate this program but it's working out okay so far till I ran into this problem. If someone knows Access please reply.
5752, RE: Anyone knowledgable in Microsoft Access?
Posted by RSClipse9d7, Mar-19-06 04:35 PM
I did, but I'm not sure if I know it well enough to help. Go to a local community college and get a text book on it. Sounds nerdy I know, but you would be surprised how much can be done in Access and Excel once you learn.
5797, RE: Anyone knowledgable in Microsoft Access?
Posted by Max-Eclipse, Mar-20-06 07:14 AM
I took DB programming using Access in last semester... so what's the problem?
5800, RE: Anyone knowledgable in Microsoft Access?
Posted by ez, Mar-20-06 08:08 AM
I know access. what's the prob
5816, RE: Anyone knowledgable in Microsoft Access?
Posted by Blizare, Mar-20-06 11:39 AM
Originally posted by ez
I know access. what's the prob


I need to be able to print off 2 seperate invoices for my

1)Material Cost
2)My retail cost


I also want to be able to input materials with a cost per sq/ft and have it calculate the cost with a measurement. Is that possible?

5817, RE: Anyone knowledgable in Microsoft Access?
Posted by Blizare, Mar-20-06 11:51 AM
OKay maybe this makes more sense

I'm using A service Manager Template and I need the cost of parts table linked to the retail parts price.

I'm not doing the programming shit, my dad is. I have no clue about this program at all.
5835, RE: Anyone knowledgable in Microsoft Access?
Posted by ez, Mar-20-06 03:41 PM
Okay, so you already have a template. I assume it looks like this

Column1: Column2 Column3
Material material cost retail cost


All the above is already stored in one or more tables, correct?

Next, you want to input in a specific measurement, and output a material cost, and a retail cost. Correct?

Do this by running a query. Put the "cost of parts table" and the "retail parts price table" into the query. You can make a query that calculates all the materials that are say measured by length. You place material into field 1, material cost into field 2, and retail cost into field 3. Into field four, simply input in your length, and after that put *material cost. This will be the total material cost. Do the same for field 5, length*retail cost. This will be your total retail cost.

Finally, you want to print invoices using all the above work. Do the "create report" option, and have them output exactly what your invoices are supposed to look like. There are a lot of options here.

all it sounds like to me is you are trying to link two tables. and just multiply square feet x price to get final cost? If so, there are a hell of a lot of easier ways to go about multiplying two numbers together.
5841, RE: Anyone knowledgable in Microsoft Access?
Posted by Blizare, Mar-20-06 05:42 PM
Awesome Dood. Just what I needed to know I think. Tomorrow I'll get him to try this out and see what happens. I'll let ya know if I need any more help :)

Thanks again!!!