help, i am in panic.....7 days of tutorials and experiments...zip

G

gowiththeflow

i am successfully reading a text file into an access table.
it is from a website info request form with fields that are simple....name,
address and so on.
the data base is to be used to assign an individual to answer the question
and track responses and automatically email the response after approval.
but the first step is to try is to create a form where the dbmaster
separates name into personal name and family name, additionally parses
address into street, city/town, state and zip.
so far no luck.
i have also tried to establish relationships between the inforeq table and
an intermediate table, but the data base dose not load my 6 entries.

i am at less than 0 and going backwards....ps i amd enough of an excel geek
to write my own subprograms and functions in vb....but its time for me to use
access
 
S

Steve

Hello,

If you want help putting this app together, I can help you. I provide help
with Access applications for a nominal fee. If you would like my help,
contact me.

Steve
(e-mail address removed)
 
G

gowiththeflow

Hello $$Steve$$

i am volunteering to be a non-profit's webmaster. turbomachinery aero
design is my specialty.
i am looking to learn how to do this myself, if you can help with advise
then i am thankful.

i didn't think this was an enterprise forum?

martin
 
S

Steve

If you don't get the help you need and you are still in panic, I will be
here. My fee will be very reasonable to help you.

Steve
 
K

Klatuu

Avoid Steve. He is a well know Troll. First, soliciting work is against the
rules of this forum. He has been violating this for years. Second, those who
have seen his work are not impressed. Were he any good, he would not have to
be begging for pennies here.
 
J

John... Visio MVP

Steve said:
Hello,

If you want help putting this app together, I can help you. I provide help
with Access applications for a nominal fee. If you would like my help,
contact me.

Steve
(e-mail address removed)

These newsgroups are provided by Microsoft for FREE peer to peer support.
There are many highly qualified individuals who gladly help for free. Stevie
is not one of them, but he is the only one who just does not get the idea of
"FREE" support. He offers questionable results at unreasonable prices. If he
was any good, the "thousands" of people he claims to have helped would be
flooding him with work, but there appears to be a continuous drought and he
needs to constantly grovel for work.

A few gems gleaned from the Word New User newsgroup over the Christmas
holidays to show Stevie's "expertise" in Word.


Dec 17, 2008 7:47 pm

Word 2007 ..........
In older versions of Word you could highlght some text then go to Format -
Change Case and change the case of the hoghloghted text. Is this still
available in Word 2007? Where?
Thanks! Steve


Dec 22, 2008 8:22 pm

I am designing a series of paystubs for a client. I start in landscape and
draw a table then add columns and rows to setup labels and their
corresponding value. This all works fine. After a landscape version is
completed, I next need to design a portrait version. Rather than strating
from scratch, I'd like to be able to cut and paste from the landscape
version and design the portrait version.
Steve


Dec 24, 2008, 1:12 PM

How do you protect the document for filling in forms?
Steve


One of my favourites:
Dec 30, 2008 8:07 PM - a reply to stevie
(The original poster asked how to sort a list and stevie offered to create
the OP an Access database)
Yes, you are right but a database is the correct tool to use not a
spreadsheet.


Not at all. If it's just a simple list then a spreadsheet is perfectly
adequate...




John... Visio MVP
 
J

John... Visio MVP

Steve said:
If you don't get the help you need and you are still in panic, I will be
here. My fee will be very reasonable to help you.

Steve

These newsgroups are provided by Microsoft for FREE peer to peer support.
There are many highly qualified individuals who gladly help for free. Stevie
is not one of them, but he is the only one who just does not get the idea of
"FREE" support. He offers questionable results at unreasonable prices. If he
was any good, the "thousands" of people he claims to have helped would be
flooding him with work, but there appears to be a continuous drought and he
needs to constantly grovel for work.

A few gems gleaned from the Word New User newsgroup over the Christmas
holidays to show Stevie's "expertise" in Word.


Dec 17, 2008 7:47 pm

Word 2007 ..........
In older versions of Word you could highlght some text then go to Format -
Change Case and change the case of the hoghloghted text. Is this still
available in Word 2007? Where?
Thanks! Steve


Dec 22, 2008 8:22 pm

I am designing a series of paystubs for a client. I start in landscape and
draw a table then add columns and rows to setup labels and their
corresponding value. This all works fine. After a landscape version is
completed, I next need to design a portrait version. Rather than strating
from scratch, I'd like to be able to cut and paste from the landscape
version and design the portrait version.
Steve


Dec 24, 2008, 1:12 PM

How do you protect the document for filling in forms?
Steve


One of my favourites:
Dec 30, 2008 8:07 PM - a reply to stevie
(The original poster asked how to sort a list and stevie offered to create
the OP an Access database)
Yes, you are right but a database is the correct tool to use not a
spreadsheet.


Not at all. If it's just a simple list then a spreadsheet is perfectly
adequate...




John... Visio MVP
 
G

gowiththeflow

Thankyou, Klatuu

if you have any recommended tutorials, i would be happy to use them..

best regards
martin
 
G

gowiththeflow

Thanks John,

guess what! i can answer all those questions.
i guess i fully understand Steve now....

best regards
martin
 
J

John W. Vinson

Thankyou, Klatuu

if you have any recommended tutorials, i would be happy to use them..

Here's a bunch of resources including tutorials:

Jeff Conrad's resources page:
http://www.accessmvp.com/JConrad/accessjunkie/resources.html

The Access Web resources page:
http://www.mvps.org/access/resources/index.html

Roger Carlson's tutorials, samples and tips:
http://www.rogersaccesslibrary.com/

A free tutorial written by Crystal:
http://allenbrowne.com/casu-22.html

A video how-to series by Crystal:
http://www.YouTube.com/user/LearnAccessByCrystal

MVP Allen Browne's tutorials:
http://allenbrowne.com/links.html#Tutorials

I'll respond to your original post as well.
 
J

John W. Vinson

i am successfully reading a text file into an access table.
it is from a website info request form with fields that are simple....name,
address and so on.

What's the actual structure of the imported table - fieldnames, description of
content, datatype? Do any of the tables have Primary Keys or relationships?
the data base is to be used to assign an individual to answer the question
and track responses and automatically email the response after approval.
but the first step is to try is to create a form where the dbmaster
separates name into personal name and family name, additionally parses
address into street, city/town, state and zip.
so far no luck.

Automatic parsing of names and addresses can be a huge pain in the neck since
they're so inconsistant: "Cher", "J. R. R. Tolkien", "Ralph von Wau Wau",
"Mary Lou Retton" are all perfectly good full names but they all parse
differently into personal and family names. Addresses are somewhat worse. This
usually requires a USB (Using Someone's Brain) interface.
i have also tried to establish relationships between the inforeq table and
an intermediate table, but the data base dose not load my 6 entries.

Establishing relationships will PREVENT adding invalid data but it certainly
won't cause anything to be loaded... what are the structures of these tables
and how are they related? How are you loading them? What are you expecting to
happen when you do?
i am at less than 0 and going backwards....ps i amd enough of an excel geek
to write my own subprograms and functions in vb....but its time for me to use
access

We're here to help (except for a small minority who are here to solicit paid
work). It works best if you post specific questions with enough detail that
the responder doesn't need a long back and forth extracting them.
 
J

John Spencer

It would be simpler if you could modify the source data so the
information was properly divided in the first place.

Parsing the data into its components is bound to introduce errors. Since
you say you have a one name field you could be getting
First Middle Last and Suffix
Last Suffix comma first middle
First Last
Last comma First
(or other permutations of the name)

William Van Morrison - First Name=William; Middle name =Van or nothing;
Last Name =Morrison or Van Morrison

Addresses are almost as bad. If you are lucky there are separator
characters (commas, dashes, or semi-colons between the parts)

123 South Hampton Circle NE, San Francisco, CA 21259-4437


'====================================================
John Spencer
Access MVP 2002-2005, 2007-2009
The Hilltop Institute
University of Maryland Baltimore County
'====================================================
 
B

BruceM

Steve is the only one who regualrly trolls for work here. He has been
reprimanded again and again, but seems unable to understand that this is a
free forum. Aside from that, there is reason to suspect the quality and
depth of his knowledge and understanding where Access is concerned..
 
B

BruceM

Then why not suggest a way to parse a name field as requested, as a
demonstration of your claimed abilities? The OP is not going to hire you,
even if in the end a consultant is needed.
 
M

Martin K...ski near Boston

The info request file, generated by a php script is a .txt file formated in
csv. it looks like this
category,name,address,telephone,email,datime,comments
only category is forced through a default value
name, email and comment are required to successfully submit...test performed
in php script
all feilds are limited to 35 characters except for comments which is limited
to 1k
the gmt date/time format is my own yyyymmddhhmmss format and thus sortable
in a pinch. in rare circumstances it could have duplicate values when
submissions occur within 1 second.
due to the variability in names and address and due to the low level of
traffic that this website sees,

the inforeq file reads nicely and access adds a nice primary key index
(autonumber) as the first field. the date/time must be read as a double.

i am now using the "calls template" as my starting point.
i have deleted the forms, tables and queries related to calls

i have set up a 1to1 relationship between the inforeq table id and the cases
id
i am able to update the cases table through selection of the "+" sign to the
left of the row....yes i know this is a bad thing to do....but my form/query
work is unsuccessful

further, i cant get my category and comments feilds to cross pollinate
correctly through use of relationships.....it forces a lookup on me

i personally want to parse the name and address in a form.
i have generated numerous forms and am not successful in getting it to load
the main table

so, i am sorry this is a mess, i would be grateful if you could help me go
in the right direction

thx
marty
ps...i am now near DC
 
M

Martin K...ski near Boston

thx, i took a look.....i am way less knowledgable then those tutorial assume

best regards
marty
 
M

Martin K...ski near Boston

many of the websites users are between 60 and 90 years of age.
so i think it is important to keep it simple and less intimidating.
i have even found my turing test (captcha) has caused a big problem simple
because these people are confussed by its neccesity...

getting seniors to be comfortable on a pc is difficult.

as i indicated elswhere, there is currently low traffic using this specific
page, so i dont mind doing the parsing my self before it passes to the board
of directors president.

thx
marty
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top