472,374 Members | 1,413 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

Recipe Database

Bob
It's been quite a while since I've built an Access database, but I suppose
it's like riding a bicycle and it will all come back to me. But I'm not
sure Access is the proper tool for what I want to do.

We finally went through many years of cooking magazines and newspapers and
clipped out recipes that we might potentially want to use at some point
(there are a few hundred). Now I want to index them. I don't want to put
the recipes themselves into a database; I will keep them in hardcopy in a
yet to be determined number of folders.
But I want to go to the database and find recipes by type (meatloaf versus
chocolate cake, or maybe barbequed beef ribs versus pork ribs, haven't
decided all the keys yet).

Is this a good use of Access? Or is it overkill? Maybe I could do the same
thing with Excel. Any thoughts or similar experiences?
Nov 13 '05 #1
6 15367
On Wed, 13 Apr 2005 14:55:19 GMT, Bob wrote:
It's been quite a while since I've built an Access database, but I suppose
it's like riding a bicycle and it will all come back to me. But I'm not
sure Access is the proper tool for what I want to do.

We finally went through many years of cooking magazines and newspapers and
clipped out recipes that we might potentially want to use at some point
(there are a few hundred). Now I want to index them. I don't want to put
the recipes themselves into a database; I will keep them in hardcopy in a
yet to be determined number of folders.
But I want to go to the database and find recipes by type (meatloaf versus
chocolate cake, or maybe barbequed beef ribs versus pork ribs, haven't
decided all the keys yet).

Is this a good use of Access? Or is it overkill? Maybe I could do the same
thing with Excel. Any thoughts or similar experiences?


You can download a Recipe database from Microsoft and adapt as much of
it as you want.

http://office.microsoft.com/en-us/te...186351033.aspx
--
Fred
Please only reply to this newsgroup.
I do not reply to personal email.
Nov 13 '05 #2
Bob

"fredg" <fg******@example.invalid> wrote in message
news:1f****************************@40tude.net...
You can download a Recipe database from Microsoft and adapt as much of
it as you want.

http://office.microsoft.com/en-us/te...186351033.aspx
--
Fred
Please only reply to this newsgroup.
I do not reply to personal email.


Thanks for the suggestion, though this template is for Access 2000 and I
have Office 97 (I said it had been a while). So I guess the template won't
work for me.
Nov 13 '05 #3
Bob,
Give me a couple hours. I am in the middle of something else. I have
Access 97 and 2000 so I can run the conversion for you. It'll be at
http://home.comcast.net/~knogeek/downloads after 5pm or so EDT.
--
Alan Webb
kn*******@SPAMhotmail.com
"It's not IT, it's IS"

"Bob" <bo*****@nospampacbell.net> wrote in message
news:P6****************@newssvr14.news.prodigy.com ...

"fredg" <fg******@example.invalid> wrote in message
news:1f****************************@40tude.net...
You can download a Recipe database from Microsoft and adapt as much of
it as you want.

http://office.microsoft.com/en-us/te...186351033.aspx
--
Fred
Please only reply to this newsgroup.
I do not reply to personal email.


Thanks for the suggestion, though this template is for Access 2000 and I
have Office 97 (I said it had been a while). So I guess the template
won't work for me.

Nov 13 '05 #4
Tom
What I think you are asking for is a searchable filing system, not so
much a recipe database with ingredients and instructions. Something
more akin to a movie or music collection database. You might look at
one of those for inspiration.

As to Access or Excel - if you want to do complex queries (e.g., give
me all the meatless appetizers of Greek origin), then I think Access is
the tool. Excel will work, but will be messy.

That said, do you have the time and inclination to reaquaint yourself
with Access? If not, then a messy Excel spreadsheet is better than a
superior in concept, but unbuilt, Access database.

Good luck!

Nov 13 '05 #5
Bob,
Ok, I did the conversion to Access 97. The URL is what I said it is in my
other post.

--
Alan Webb
kn*******@SPAMhotmail.com
"It's not IT, it's IS
"Bob" <bo*****@nospampacbell.net> wrote in message
news:P6****************@newssvr14.news.prodigy.com ...

"fredg" <fg******@example.invalid> wrote in message
news:1f****************************@40tude.net...
You can download a Recipe database from Microsoft and adapt as much of
it as you want.

http://office.microsoft.com/en-us/te...186351033.aspx
--
Fred
Please only reply to this newsgroup.
I do not reply to personal email.


Thanks for the suggestion, though this template is for Access 2000 and I
have Office 97 (I said it had been a while). So I guess the template
won't work for me.

Nov 13 '05 #6
Bob & anyone else.
If you need this database in Access 97 I did the conversion and put it on my
blog. http://home.comcast.net/~knogeek/downloads.htm. No, not advertising,
I don't want money or anything. Just closing the loop on a promised bit of
work.
--
Alan Webb
kn*******@SPAMhotmail.com
"It's not IT, it's IS"

"Bob" <bo*****@nospampacbell.net> wrote in message
news:rp****************@newssvr14.news.prodigy.com ...
It's been quite a while since I've built an Access database, but I suppose
it's like riding a bicycle and it will all come back to me. But I'm not
sure Access is the proper tool for what I want to do.

We finally went through many years of cooking magazines and newspapers and
clipped out recipes that we might potentially want to use at some point
(there are a few hundred). Now I want to index them. I don't want to put
the recipes themselves into a database; I will keep them in hardcopy in a
yet to be determined number of folders.
But I want to go to the database and find recipes by type (meatloaf versus
chocolate cake, or maybe barbequed beef ribs versus pork ribs, haven't
decided all the keys yet).

Is this a good use of Access? Or is it overkill? Maybe I could do the
same thing with Excel. Any thoughts or similar experiences?

Nov 13 '05 #7

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

Similar topics

14
by: Mars | last post by:
I have looked long and hard at Mr. Martelli's Borg recipe: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/66531 It is a very useful substitute for a Singleton, but I can't figure out...
2
by: Stephen Boulet | last post by:
I'm having trouble with the "optionparse" recipe in the cookbook: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/278844 This does not give me the results I expected (namely the...
8
by: Michele Simionato | last post by:
I was playing with string.Template in Python 2.4 and I came out with the following recipe: import sys from string import Template def merge(*dictionaries): """Merge from right (i.e. the...
16
by: dudufigueiredo | last post by:
I have one folder containing mp3 files, the folder is: C:\My Shared Folder\Rubber Soul And the files are: 01 drive my car.mp3 02 norwegian wood.mp3 03 you won't see me.mp3 04 nowhere man.mp3...
0
by: nuno | last post by:
Hi, I have set up a simple table structure for a recipe database. tables include a Master table, MealType, Meattype, Speed, and Ethnicity. I am going to write the front end of the app in vb.net...
8
by: Richard Hollenbeck | last post by:
I have a recipe database that I've been building but I haven't yet put any of the ingredients in because of a little problem of normalization. If I build a table of ingredients, all the recipes...
1
by: Thomas | last post by:
Hi list! I'm struggling with a recipe from the Python Cookbook (2nd ed.) concerning XML-RPC. It's recipe 15.2 "Serving XML-RPC Requests", and since I thought it's a popular book some other folks...
2
by: sofeng | last post by:
I would like to use the following recipe to transpose a list of lists with different lengths. http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/410687 Here is an example of what I would...
2
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and efficiency. While initially associated with cryptocurrencies...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge required to effectively administer and manage Oracle...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was proposed, which integrated multiple engines and...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific technical details, Gmail likely implements measures...
0
BLUEPANDA
by: BLUEPANDA | last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS starter kit that's not only easy to use but also...
1
by: ezappsrUS | last post by:
Hi, I wonder if someone knows where I am going wrong below. I have a continuous form and two labels where only one would be visible depending on the checkbox being checked or not. Below is the...
0
by: jack2019x | last post by:
hello, Is there code or static lib for hook swapchain present? I wanna hook dxgi swapchain present for dx11 and dx9.
0
DizelArs
by: DizelArs | last post by:
Hi all) Faced with a problem, element.click() event doesn't work in Safari browser. Tried various tricks like emulating touch event through a function: let clickEvent = new Event('click', {...
0
by: F22F35 | last post by:
I am a newbie to Access (most programming for that matter). I need help in creating an Access database that keeps the history of each user in a database. For example, a user might have lesson 1 sent...

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.