Viewing 15 posts - 1,171 through 1,185 (of 3,738 total)
rf44 (10/1/2012)
October 1, 2012 at 3:02 pm
It is quite common in the Access world but I do not see any benefit in doing this.
I hear a lot of laughs when discussions about tables in a SQL...
October 1, 2012 at 11:11 am
Maybe I'm alone on this but I cringe when I see table names prefixed with 'tbl'.
IMHO, not a good practice.
October 1, 2012 at 10:23 am
Yes a DSN-less connection is an option.
It may not be the first choice that someone who is just learning Access but listed below are some links to articles on DSN-less...
September 28, 2012 at 6:49 am
terry999 (9/27/2012)
I guess though he like me works in a place where the Network Support Team would ask me to do it.
Writing the code is not that hard. You may...
September 27, 2012 at 1:28 pm
terry999 (9/27/2012)
September 27, 2012 at 9:17 am
terry999 (9/26/2012)
I've linked Access to SQL Server via ODBC, it links to updatable views that a few selected users can use for read/write. The rest link to SQL via Access...
September 26, 2012 at 1:06 pm
btw,
Before I check for the records in a table I also will have two packages and both check for the existence of a file in two separate folders.
Currently this logic...
September 20, 2012 at 1:16 pm
opc.three (9/20/2012)
There are lots of options but here...
September 20, 2012 at 12:53 pm
bossimal (9/25/2008)
Hungarian notation is awful and inflexible. I have attached the database naming conventions I developed for our organisation (identifying references removed) and it's worked wonders for our databases...
September 19, 2012 at 4:13 pm
Yesterday morning I created an SSIS PAckage that checks for the existence of a record in a table for the current date.
If the record is found the package succeeds, else...
September 17, 2012 at 6:49 am
I remembered how to do it. That was tough. 🙂
Public Sub Main()
Dim BasisControlRowCount As...
September 16, 2012 at 11:41 am
Yeah what you are trying to do is probably more that you initially thought.
I would try and keep it simple. Start by adding list boxes one at a time on...
September 13, 2012 at 7:42 pm
Your welcome, no big deal. Glad to see that you are good to go.:-)
September 13, 2012 at 7:36 pm
polkadot (9/13/2012)
September 13, 2012 at 7:23 pm
Viewing 15 posts - 1,171 through 1,185 (of 3,738 total)