Specialty Forums
Security and Virus
General Hardware
CPUs/Overclocking
Networking
Digital Photo/Video
Office Software
PC Gaming
Console Gaming
Programming
Database
Web Development
Digital Home

General Forums
Windows XP
Windows Vista
Windows 95/98
Windows Me
Windows NT
Windows 2000
Win Server 2008
Win Server 2003
Windows 3.1
Linux
PDAs
BeOS
Novell Netware
OpenVMS
Solaris
Disk Op. System
Unix
Mac
OS/2

Drivers
Driver Scan
Driver Forum

Software
Automatic Updates

BIOS Updates

My Computing.Net

Solution Center

Free IT eBook

Howtos

Site Search

Message Find

RSS Feeds

Install Guides

Data Recovery

About

Home
Reply to Message Icon Go to Main Page Icon

Dynamic functions in Access 2003

Original Message
Name: tinmanjo
Date: February 1, 2008 at 01:34:26 Pacific
Subject: Dynamic functions in Access 2003
OS: XP
CPU/Ram: 1024
Model/Manufacturer: PC
Comment:
Im trying to implement a function in Access 2003 to allow the application to find a given field from a give another field in the same record. e.g.

I have a table of Assets called tblAssets, im trying to write a function that returns the AssetLabel from inputing the AssetID etc. The problem is i want to be able to find any record field based on another field inputed as a paramater and also allow other tables to be accessed.

Public Function WhatIs(FindPar As Variant, FromField As Field, ResultPar As Variant, ResultField As Field, rst As Recordset)

Set rstUnique = db.OpenRecordset(rst, dbOpenDynaset)


With rstUnique
.MoveFirst
Do

If FromField = FindPar Then
ResultPar = ResultField
End If

.MoveNext

Loop Until .EOF



End With

End Function


The function would be :-

WhatIs("Pc1", Field.AssetLabel, x, Field.AssetID, "tblAssets")


But this doesnt work argh.

Is this the right approach or is there a better way to define a dynamic function.


To succeed is to fail at least once.


Report Offensive Message For Removal


Response Number 1
Name: RugZ
Date: May 8, 2008 at 07:08:32 Pacific
Subject: Dynamic functions in Access 2003
Reply: (edit)
The parameter you pass as "rst" should not be an actual recordset object, but rather a string, because the database.OpenRecodset method, takes in the Recordset name as a string.

You can argue, fight and quarrel all you want, but at the end of the day you will have a headache


Report Offensive Follow Up For Removal




Use following form to reply to current message:

   Name: From My Computing.Net Settings
 E-Mail: From My Computing.Net Settings

Subject: Dynamic functions in Access 2003

Comments:

 
  Homepage URL (*): 
Homepage Title (*): 
         Image URL: 
 


Data Recovery Software




exessive internet traffic

ZoneAlarm Question. Blocked Connect

Windows Live Messenger Problem

Delete $Uninstall after SP3 updates

help for hp compaq laptop


The information on Computing.Net is the opinions of its users. Such opinions may not be accurate and they are to be used at your own risk. Computing.Net cannot verify the validity of the statements made on this site. Computing.Net and Computing.Net, LLC hereby disclaim all responsibility and liability for the content of Computing.Net and its accuracy.
PLEASE READ THE FULL DISCLAIMER AND LEGAL TERMS BY CLICKING HERE

All content ©1996-2007 Computing.Net, LLC