Viewing 15 posts - 76 through 90 (of 153 total)
What you need is a subform control on a main form. The subform can be set to display as a datasheet (grid). Make a new form, open properties, set "default...
December 15, 2005 at 9:01 pm
Hi GF:
Here is a code snippet I use to export tables. I modified for import into Access. This would be in some module within the Access app.
If vba is not...
December 14, 2005 at 3:13 pm
I feel compelled to respond that healthcare is a wonderful place to be <g>!! Sleep is over-rated anyway.
Thanks for the help.
Sam
October 13, 2005 at 3:57 pm
Neil,
I am familiar with vba on the frontend. So I don't have an XML editor.
Sam
October 12, 2005 at 10:26 am
Chris: I don't need to remember which description the user selected.
Neil: thanks! But I'm a non-techie and that is way over my head.
October 12, 2005 at 9:53 am
Well, this is the medical world and that probably explains it. Terminology can be very complex and several different words or phrases can all mean the same thing. To have...
October 12, 2005 at 8:18 am
Why? to help the user. In the real world the selection list could be very long and many different ways to list an entry that all mean the same thing...
October 12, 2005 at 7:17 am
THanks for the help. Will be working on this today!
Sam
September 6, 2005 at 7:26 am
As simple as it looks, yes, that's all I needed. I hadn't done that before and was having a brain freeze. Appreciate it!
Sam
September 3, 2005 at 1:38 pm
Goce,
Are you saying something like this:
table 1
1 textHere
2 something
table 2
5 Spanish version of "textHere"
6 Spanish version of "something"
table 3 (connection table)
1 5
2 6
If so, then where/how do you tell the...
July 31, 2005 at 8:41 am
Thanks jf!
You're obviously more knowledgeable. I just got frustrated with views and found another way.
Sam
June 17, 2005 at 7:50 am
You may already be aware of this but you're running into an MS Access limitation. Pass-through queries and linked views are generally not updateable. In the MS documentation there is...
June 16, 2005 at 3:52 pm
Viewing 15 posts - 76 through 90 (of 153 total)