Recent content by softpro

  1. S

    Question No Current Record

    Continuous form displays a set of record. Sometimes, list shrinks to empty based on the user action. So when a user closes the form, "No current record" message is displayed. How to stop this message from appearing?
  2. S

    Start Up Menu

    Thanks all of you ! I followed your suggestions, it works!
  3. S

    Start Up Menu

    Hi, I had unchecked all the options in Tools --> Start up dialog. In that screen I could not save Menu Bar to blank, when I come next time it displays (default). I am still getting menu (With file, edit, insert, records, window, help) while opening the application. How to remove this...
  4. S

    Create DSN's for Sybase

    Hi Pat, I think this is an old posting, however I ran into the same situation recently. Did you give Driver = Sybase in the connect string? Actually When I designed the access database I relinked to the databse thru ODBC. I am doing just this to refresh the link during the application...
  5. S

    Merge Data and Time

    Thanks Jack!
  6. S

    Merge Data and Time

    Thanks Jack, Actually I have date and time in separate fields, I want to merge and store it in the database.
  7. S

    Merge Data and Time

    Hi I have date and time value together. Want to merge it and store it in the database. Please let me know how to handle this. Thanks in advance.
  8. S

    Like to set current control always on top of the form

    Thanks Ghudson, I want all the controls to work in round scroll, the user never have to scroll all the way down to see the current control. Atleast I want the control to be in the viewable area of the screen. I tried GotoControl but it does not work.. Thanks
  9. S

    Like to set current control always on top of the form

    I want to make my form in such a way that always the current working control should stay on top of the form. Can the form scroll in round. so current control can stay in the top (even if its the last control in the form). Can this be done. Please throw any information that you have related...
  10. S

    Write Conflict Error in Access 2000

    Thanks Hi Soloprogrammer, Thanks for the information. After I resolved the SQL Server bit nulll problem, I am okay now ! Thanks a bunch !
  11. S

    Frame

    Hi, Can I use Frame in Access Form like in Visual C++? So I can have group of related controls within a frame. will be easier for me to enable or disable, just by saying frame1.enable = true / false. If there is no standard control, is there is any custom control / ActiveX control so I can...
  12. S

    Form Size

    Thanks a lot AutoEng!
  13. S

    Form Size

    Thanks Brad ! I am using docmd.maximize in the form open. Basically my form is little over the normal size and the user does not prefer scroll bar. I want to fix the form size (width and height) for the normal screen resolution. So then I can avoid the overlapping, chop off etc. Thanks
  14. S

    Form Size

    I want to display my form to the full windows, I want to avoid horizonal & vertical scroll bars if possible. So Whats is the normal form size to use? Is it Width = 6.5 " Heigt = 4.5 " ??? I want to fix this size standards on all the forms from the beginning to avoid scroll bars (as the users...
  15. S

    Date Format

    Can I specify a column to store only the date value, is there any formatting option, so I can say like col1 datetime format ('mm/dd/yyyy') Can I specify Validation rule and text in SQL Server like in Access. So that way I can keep all the validation texts stored right in DB not in Form...
Back
Top Bottom