Search results

  1. I

    combo box value selected NOT showing

    Thanks Paul, worked just like that. Raja
  2. I

    combo box value selected NOT showing

    Hi all I have created a combo in the form. combo Name is accNum. When the combo is clicked(accnum) 4 column shows data shows, because combo is linked to a table with 4 colums). when the user click the combo, one of the column store as a value. How i can show a another column (out of the 4...
  3. I

    The seek command is not identifying my autoNumber

    Hi all I have table called "Customer Data" and it has a field called AccountNumber.This field is a Auto/Number type. Life is normal at this point. Now I have a form with text boxes, user enters a value in text box. ( which is a accountnumber). Upon entring a account number I have the following...
  4. I

    Run Time '13' error Type mismatch Why?? why??

    Thanks , it worked after I setup the DAO, in the tools->reference. Appriciated all your help.
  5. I

    Run Time '13' error Type mismatch Why?? why??

    Hi when entered as Dim cusdata as Dao.Recordset I got an error as user-defined type not defined. thanks
  6. I

    Run Time '13' error Type mismatch Why?? why??

    Hi all I have a simple forms with couple of text boxes, and one commad button and it has the following code : my tabe name is Customer Data it seems that access doesnt like the line : Set cusdata = CurrentDb.OpenRecordset("Customer Data") Private Sub Command12_Click() Dim cusdata As Recordset...
  7. I

    Cannot find field Name, Pls pls help

    Ok I figure this out, if the field type is memo, it will not show the field name in sorting and grouping option on the report design.
  8. I

    Cannot find field Name, Pls pls help

    I am desinging a report, I cannot see some fileds in Sorting and grouping. The query that I am runing has those fieds, How can I get to see all the fileds in sorting and grouping? Thanks
  9. I

    How to identify a charector

    awsome, it workd....thank alot. "For me you are the world"
  10. I

    How to identify a charector

    I serached and could not find any in the past threads... Can't I do this in a single query?
  11. I

    How to identify a charector

    Hi all I have field Name called EMPNAME The records like this, Brian,Smith Ray,Vernner Ken,Ibrahim Now I want to separete them as Firstname: Brain How do I find the comma "," in a text? thanks :confused:
Back
Top Bottom