User Profile

Collapse

Profile Sidebar

Collapse
access345
access345
Last Activity: Jan 16 '07, 03:18 PM
Joined: Sep 25 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • access345
    started a topic Adding a record when non exists

    Adding a record when non exists

    I am trying to streamline my forms by just having one form that does two functions. My form is called frmInformation my textbox is called txtSerialNumber . On the form I have that Data entry function set to No. The primary function of the form is to check for current information. Instead of having another form just for entering new serial numbers. I want this form to do that function as well. So I need some code to check to see if the serial number...
    See more | Go to post

  • access345
    replied to Dlookup issue
    thanks I'll try it
    See more | Go to post

    Leave a comment:


  • access345
    started a topic Adding records to multiple tables

    Adding records to multiple tables

    I am trying to add a record to multiple tables at the same time. My current Code created multiple records in the same table.

    I am trying two different methods with no results:

    Public Sub txtSerialNumber _Enter()

    Dim txtLotNumber As String
    Dim txtSerialNumber As String
    'Dim db As Database
    'Set db = OpenDatabase("M odem.mdb")
    'Dim Tbl As Recordset
    'Set Tbl = Modem.OpenRecor dset("TblLotNum ber",...
    See more | Go to post

  • access345
    started a topic Dlookup issue

    Dlookup issue

    I have created a form to lookup components in a table. The problem I am having is the table I have has multiple designations in the same field. Ex CR2,CR4,CR18
    If I am looking up a field that has one designation in it I am fine. But if the field has more than one designation in it, my Dlookup returns no information. Some of these fields have more than 50 designations in them. So I am trying to avoid creating new individual records. I will...
    See more | Go to post
No activity results to display
Show More
Working...