Search results

  1. R

    split table

    :) 4 tables with different fields (4-4-7-25) and 40 000 records. Table Analyzer Wizard give me msg: "You can put at most 15fields in a lookup table" :(
  2. R

    split table

    i try with querie...unsuccessfully :( I'll try another atempt - with "Tools->analize->table"...What will happend..i'll see :)
  3. R

    split table

    I have one table - 40 fields, 40000 records. Iwant split this one table up to 4 different tables (keep data). Is there an easy way, pls?
  4. R

    Searching into a form

    ;) ;) ;) ;) ;)
  5. R

    Searching into a form

    Open form in "Design view" ->click on "Delivery number" with right button -> then selsect "change to" -> "combo box"
  6. R

    Enforce User Input "a" to "Z"

    field properties->input mask-> "????????????????" for letter Aa-Zz entry optional or field properties->input mask-> "LLLLLLL" for letter Aa-Zz entry mandatory
  7. R

    Excel If statement in increments of 4

    Im not sure if I ubderstand right...but where is prob? =IF(A1=1,"A",IF(A1=2,"B",IF(A1=3,"C",IF(A1=4,"X",""))))...drag down..
  8. R

    auto fill ... if exist

    Shane, I talk about NEW record..If there are so many records...I think I use a list box(combo box) is not good :( I'm not sure that I'm right...
  9. R

    auto fill ... if exist

    Hi all, I have a table with examp. fields: T_nom,T_name,T_code,T_phone..... I have a form, based this table. I'd like to be able to enter T_code into my form and if it exists then T_name fill automatically on the form and skip to the next part of the form without prompting. If not – then...
  10. R

    table outline

    "...when converting tot text using cstr, how to change the format? (or is this then only possible by changing the windows settings?)"...Change it by win settings (with date separator what u want) & use ctrs, then ... i try do all these & export in rtf is oki
  11. R

    table outline

    I cannot understand what u want to do?!?!? Where is the prob?!?!? It is just a table :) Resize column (with dd/mm/yyyy) :)
  12. R

    arrange rows and format cell color?

    for cells: Format-> Conditional formatting... for column Counter -> use function count... at last sort by column Counter (descending) I think it is easy ...not unique :)
  13. R

    arrange rows and format cell color?

    like this? (but without macro :( )
  14. R

    Report not able to generate..to many fields!!

    I try it... there is a prob with "so many fields" in "Layout=tabular". If u choice "columnar" or "justified" - ok. this is not explanation, a part. decision ;)
  15. R

    Error on starting Excel

    http://support.microsoft.com/kb/257452
  16. R

    Report not able to generate..to many fields!!

    Hi :) more than 255 fields?!?!? Who will understand that report? Are u sure that all needed?
  17. R

    Form data not displaying

    See: Form(Design view) -> Proeperties -> Data -> DataEntry = NO
  18. R

    Multiple line display in a Combo Box

    increase "column count" to 5 (exmp)
  19. R

    Get IP address

    I find this: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2245820&SiteID=1
  20. R

    duplicate check

    Hi all, I make a table "CATGRY" with 3 col: CATGRName, CATGRPic, CATGRDescrip For field CATGRName i set "Indexed =Yes(No Duplicate)" in the table. Then make form, based on this table.... When I input duplicate CATGRName I want receive my msg "DUBL DUBL", clear box and input new name again. What...
Back
Top Bottom