473,416 Members | 1,867 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,416 software developers and data experts.

Spreadsheet Input

3
I work for a food company where we design new food products. I have an Access Database where I keep track of all the ingredents we use in the company, and add new ones daily.

What I want to do is create a spreadsheet view where I can enter an ingredient inventory code into one field and then have it pull in from my ingredients table information about that ingredient, such as the ingredient description. I need the spreadsheet capability, because I want to design this to be a formulary (recipe) builder. I enter the inventory code and it pulls in the product description and whether or not it is a wet or dry ingredient. This is important because of the kind of measure you use (either weight ounces or fluid ounces, for example).
In the next field, I enter in the formula amount and the unit of measure.
The spreadsheet then calculates the batch amount and total weight of each ingredient (whether wet or dry, in pounds).

When I am done with the formula, I want to save the formula to a table and give it a unique formula number. I also want to be able to make a copy or template of it and use this to make a new or modified formula.

I want to do this using an Access Form(s) and not create an HTML type document view. Does anyone have a clue as to how I could create a spreadsheet view in an Access Form?

Thanks
Nov 22 '06 #1
1 1629
NeoPa
32,556 Expert Mod 16PB
When you say a 'spreadsheet view' do you mean in tabular format with a grid of rows (records) and columns (fields)?
If so, you can have a form designed that way. It would need to have the 'Default View' property set to 'Continuous Forms'.
Also, you'd have to add all the fields you wanted from those in the Recordset source.
The wizard should help you do this.
Nov 22 '06 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Fabio | last post by:
Hello, there's a module called Spreadsheet::WriteExcel. It allows me to create a new worksheet and edit its cells: my $workbook = Spreadsheet::WriteExcel->new('my.xls'); my $worksheet =...
6
by: Mark | last post by:
I've been asked to convert a pay increase spreadsheet to an intranet page. So far I've developed a page that uses a combination of ASP and Javascript to retrieve all of the required information...
1
by: CDARS | last post by:
Dear all, I am working on a re-development project. The objective is to replace an old "system", which make use of local MS Excel, with a new web-based application. Platform: SQL2K, Windows...
1
by: jquest | last post by:
Hi; I have a database that keeps track of customers and work done for them. Some customers are repeat customers many times over, ie more than 100 records for them. I keep track of them in the...
3
by: sir.linying | last post by:
My php script is to call perl scipt which makes use of Spreadsheet::ParseExcel module to parse Excel file. I am able to launch php script from command line so that perl script can run and properly...
2
by: LeoKPorto | last post by:
Hi, i am having a problemn thinking on a solution to make a web application. This is the scenario: I have to make an application that should catch some user data on the screen and pass it to a...
3
by: colo | last post by:
Hi, I'm trying to create a web app that will allow users to input several rows of data for several columns. Is there a control that simulates the flexibility of a spreadsheet? This app is...
2
by: kent christensen | last post by:
Okay so i have an excel spreadsheet that has some customer populated cells. The customer answers are: Customer name in cell B4 Contact Name in cell F4 Phone number in cell F5 Acct. Manager in...
1
by: Alexander A | last post by:
Good day. I have a number of xml files in a folder. Each file contains data on a single work project. Also I have a single excel spreadsheet and I manually copy the required data (project no,...
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
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...

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.