• Hubs
  • tagged ms access

11-20 of 65 hubssort by Hot Best Latest

hot dorkage profile image69

Seven Deadly SQL Sins Part IV

continued from part three This is the fourth in a series of four excerpts from the MySQL presentation I have given live on a number of occasions. It was inspired Arjen Lentz' outline entitled The Deadly...

0 comments    backup grant oracle
They will bite you unless you exterminate them64

Seven Deadly SQL Sins Part II

.... continued from part one This is the second in a series of four excerpts from the MySQL presentation I gave to my local Linux Group a while back. The presentation was inspired by Arjen Lentz's outline...

2 comments    data programming table
63

MySQL Migration Toolkit

The MySQL Migration Toolkit is a powerful framework that enables you to quickly migrate your proprietary databases to MySQL. Using a Wizard-driven interface, the MySQL Migration Toolkit implements a proven...

0 comments    oracle mysql ms access
msaccessmemento profile image68

MS ACCESS IN SELECT

SELECT PK FROM T1 INNER JOIN T2 ON T1.PK = T2.FK WHERE (((PK) In (SELECT * FROM T_LIST))); CP1500 Tutorial Solution - Using Microsoft Access

0 comments    ms access
77

C# program that interfaces with MS Access: Store data (text, image) in an Access database file

1.      Open a new Visual C# .NET windows application. Name the project CreateDatabase. 2.      Design a form. Add three Textboxes and two Buttons 3.      Set Name property of Textboxes...

1 comment    ms access vs dot net
programmerstools profile image58

Access 2000 Run-Time

If you have a licensed copy of Microsoft Office 2000 Developer, you can download Microsoft Access 2000 Run-Time Minimum, also known as Art2kmin.exe. Access 2000 Run-Time Minimum lets you create a package that...

0 comments    office ms access access
msaccessmemento profile image58

Use DSN-Less Connection (MS Access / SQL SERVER)

You can open a connection to a database without creating or specifying a named data source. Connections made in this way are called "DSN-less", because they don't require the system administrator to create...

0 comments    programming database sql server
msaccessmemento profile image65

CurrentProject: MS Access Function

The CurrentProject object refers to the project for the current Microsoft Access project (.adp) or Access database (.mdb). Using the CurrentProject ObjectThe CurrentProject object has several collections that...

0 comments    ms access ms access object
msaccessmemento profile image65

MS Access: Where is a field used?

Microsoft Access: VBA Programming Code Provided by Allen Browne, April 2007 Where is a field used? The code below lets you search for where a field name is used - in any tables, queries, forms, or...

0 comments    ms access vba
60

MS Access 2007 multivalued fields

In most database management systems you can store only a single value in a field, including earlier versions of Microsoft Access. In Microsoft Office Access 2007, you can also create a field that holds...

1 comment    programming ms access microsoft access
working