Custom Validation Rules

From: TonyB (tonyb_at_kerrisway.freeserve.co.uk)
Date: 01/19/05


Date: Wed, 19 Jan 2005 08:52:40 -0000

In an access db is it possible to add vba code to provide customized
validation rules on a field ? For instance, say I I have an email field in a
record, and so I want to write some code to check that the field contains a
string of form string@string ? If so can anyone point me to some help on how
to do it ?
Regards
Tony



Relevant Pages

  • Re: Custom Validation Rules
    ... general method of attaching some vba code to the field in a record so that ... that field is OK Basically I am trying to customize the validation rules you ... rather than allenbrowne at mvps dot org. ...
    (microsoft.public.access.tablesdbdesign)
  • Re: Working with a .exe file
    ... In the case I let the vba code open the file and then it is me to ... lpReserved As String ... Private Declare Function WaitForSingleObject _ ... Dim lReturn As Long ...
    (microsoft.public.vb.general.discussion)
  • Re: Passing IP address from Excel to a Web site Locator
    ... RB>webtx string looking for the values and related text as required. ... RB>Private sURL As String, webtx As string ... RB>> I have an Excel spreadsheet which collects the IP address logs ... and can anyone suggest the sort of VBA code I ...
    (microsoft.public.excel.programming)
  • Re: Automatically Update Link
    ... Private Sub RecreateConnection(sTableName As String, ... 120: Dim dbs As Database ... > I am creating a VBA code that link a table from SQL to my Access file. ...
    (microsoft.public.access.modulesdaovba)
  • RE: "Object Required" error when calling .Net DLL
    ... and in your VBA code, you try to assign a string value to it which is not an ... CC.Value = "abcd" ... Maybe you can change the Value Property to String? ... Public Class ComClass ...
    (microsoft.public.excel.programming)