I know exactly what you mean. 1 + 1 = 2 is simple if you understand the
basic principles behind the + sign and know that the = sign indecates the
results.
I get loads of tips from this site which when you see them in front of you
"seem" so obvious "but" the original thought by some programmers and MVP’s
is way above my level.
At the moment (today and for the last week and the next few weeks) I am
trying to combine the 3 access D Bases of an international trekking company
which when it's done will (hopefully) not only produce all the reports
(letters, e mails) that the clients require but also produce different
reports that the government require. Combine this with ticketing for
airlines, permits from everywhere from Nepal to Peru and Tanzania - not to
mention secure accounts auditing (with they want – to be useable in UK
Pounds, US Dollars and Euros – all linked to a RealTime rate from the web) ,
etc etc. aaaarrrrrgggghhhh
Like you say it's easy when you know - I guess that when I present it, in
all its full flowing simplicity and designed end-user ease (ha ha ha) their
IT dept will say. “Oh yeah, we could have done thatâ€. Ain't that always the
case?
has 3 seperate D Bases
--
Wayne
Manchester, England.
Not an expert.
Enjoy whatever it is you do.
Brucear said:
Tnaks, Wayne - simple when you know how. I knew the syntax but had not
thought of putting it into the box!
--
Bruce Rae
Wayne-I-M said:
In a query
Name:
![1stName] &" "&
![Surname]
In a form (text box control source)
= [1stName] &" "&[Surname]
--
Wayne
Manchester, England.
Not an expert.
Enjoy whatever it is you do.
Brucear said:
I capture LastName and FullName in my Form (Capture Students) and want to
autofill the FullName field in the CaptureStudents form. How do I do this?