User Profile

Collapse

Profile Sidebar

Collapse
nomvula
nomvula
Last Activity: Nov 20 '08, 07:32 AM
Joined: Jul 22 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • nomvula
    started a topic create duplicate records on a form datasheet

    create duplicate records on a form datasheet

    hi guys
    i need some help to duplicate records on my form datasheet:
    here's the example of my form results:
    ClientLookup DateCaptured ForecastDate Description ForecastQuantit y Forecast Actual
    UJ 18-Apr-08 01-Mar-08 Fees: Asset 1 R 31,200.00 R 31,200.00
    NMBM 22-Apr-08 23-Mar-08 P-MI (E) 07/2006 3 R 47,485 R 38,849
    i have 200 records deplayed in the form i'm using access2007 and i have a command button which...
    See more | Go to post

  • nomvula
    replied to duplicate record command button
    thanks Nico, i'll have a look at that
    See more | Go to post

    Leave a comment:


  • nomvula
    started a topic duplicate record command button

    duplicate record command button

    hi guys
    i need help, i have a form which is diplayed in a Datasheet view with more that 2 hundred records, when a user needs to add new entries i want him/her to select atleast 5 or more rows and click duplicate record button to duplicate those five records but at the moment only 1 record is getting duplicated
    See more | Go to post

  • nomvula
    started a topic Form Edit

    Form Edit

    i have a form connecting using Linked tables when i edit the form it does not allow me but if i changed the table to the tables in my access db it allows edit,
    how do i work around with this??
    See more | Go to post

  • nomvula
    started a topic help with editing textboxes in a form

    help with editing textboxes in a form

    i have a form frmSearch with combo box on selection it's takes to another form frmSearchResult s which displays the values based on your selection this form is not allowing me to edit any texboxes in it and i've even set AllowEdit function to yes, another thing how do i fresh this form everytime it's loads data
    See more | Go to post

  • nomvula
    started a topic displaying search values in a form

    displaying search values in a form

    i have a form with a dropdown values when a user select and click the search button i need to display information on another form based on the selection i've created an onclick in my search button and put this code:
    Private Sub CmdSearch_Click ()

    On Error GoTo Err_CmdSearch_C lick
    Dim RptName As String
    FrmName = "SearchResu lts"
    DoCmd.OpenForm FrmName, acNormal

    Exit_CmdSearch_ Click:...
    See more | Go to post
No activity results to display
Show More
Working...