Search results

  1. R

    Text deleted from fields by pressing tab key

    I followed missinglinq's instructions and found that this did correct my problem. I thank each of you for you assistance. It was truly appreciated. :D
  2. R

    Text deleted from fields by pressing tab key

    I have an access application that is performing a little strange. I enter someone's last name into a text box control and press the "tab" key. I then enter their first name, which is also a text box control. I then select the "tab" key several times to move to the save contol. Once the focus...
  3. R

    MS Access 97 to MS Access 2002 SP3 - Option Value Missing

    Thanks to Bob Larson & The Doc Man for some excellent direction. It worked and I am now moving forward again. I tried to select the scales, but they were no where to be found. Thanks again:)
  4. R

    MS Access 97 to MS Access 2002 SP3 - Option Value Missing

    I converted an old Access 97 "mdb" to Access 2002 SP3. I then added an option button within a frame. The problem is the new option buttons properties does not include "Option Value". How do I get this property to show up within the properties?
  5. R

    How do you access protected Fox Pro "dbf" files with Access?

    Thank you for your help. I found that there was a Fox Pro driver I had not used. Once I used it I was allowed to create an ODBC connection to the database tables. I can now run my queries and create the reports my users need. Thanks again :D
  6. R

    How do you access protected Fox Pro "dbf" files with Access?

    :confused: I have a major problem. I have an application that was created in Fox Pro and all of the records are saved in a file type of "dbf". I need to run some queries on the data on a monthly basis to create various reports for the unit I support. The vendor of the application will not make...
  7. R

    Access XP Debugging

    Thanks MStef. I will looked through the code and found the following: A function where my error trapping is set to: MsgBox Err.Number and every where else it is: MsgBox Err.Number & " " & Err.Description I now no my problem is located within this function I just have to find it. I have also...
  8. R

    Access XP Debugging

    MStef & RoyVidar thank for the suggestions. I went to Tools then Startup and checked the box to activate the "Use Access Special Keys" and then closed the "mdb". I then re-opened it and set a break point within the VB code, but I still couldn't get the "F8" or "Step Into" function to work. One...
  9. R

    Access XP Debugging

    I have an Access 97 application that I converted to Access XP (2002). I am unable to use the "Step Into" option under debug to step thru the code or press F8 to enter the debugging mode. If I select the "Step Into" from the Debug menu option or F8 on my keyboard nothing happens. If I place a...
  10. R

    Custom Page Size

    Thanks for the reply Rich. I had this posted in several places and just received the answer I was looking for a few minutes ago and here it is for others that may need it. 1. Open the PRINTERS or PRINTERS and FAXES window. 2. Click on FILE, then select SERVER PROPERTIES. 3. Open the FORMS...
  11. R

    Custom Page Size

    Printing a report from Access XP on an Epson LQ-870 I am in dire need of someones assitance. I have an Access 97 application that was running on Windows 95. The company I work for decided to upgrade to XP. I converted the Access 97 application and backend database to XP but ran into a printing...
  12. R

    Re: Input Masks

    Re: Input Masks I have a form in which I clear and disable some textboxs which have an Inputmask set on the textboxes. Depending on the option the user selects the textbox is disabled and enabled. My problem is that if the user selects option 1 the textbox for the users Phone number and...
  13. R

    Set option buttons background color

    Thanks to both boblarson and ritchieroo for your input. It worked great. RGALLEN:D
  14. R

    Set option buttons background color

    I have a group of option buttons and do not want to set any of them as the default. As a result when I run the application they all look disabled. Is there a way to make them all look enabled without setting one as the default? :confused: Any help with this problem would be greatly appreciated.:)
  15. R

    Re: Printable area on a report

    Re: Printable area on a report I have an existing form furnished by the state that I have to make my data fit with its constraints. I originally designed a report and placed all the controls I needed on it. I made it and 8.5" X 11.0" in size. This particular report is being printed from an...
  16. R

    Re: Performing search on Text Box with an Input Mask

    Re: Performing search on Text Box with an Input Mask I have a text box on a form which I want to place an input mask on except I have one problem. When I perform a search on the text box before I build an input mask the search works great. If I perform a search on the text box after I build the...
  17. R

    Inserting zeros to the left of an existing record?

    Thanks Simon, I will try it and see what happens. I appreciate your help.
  18. R

    Inserting zeros to the left of an existing record?

    I have a table I need to update in the following manner. The records I am dealing with have a number in the table of which some are 5 digits & some are 6 digits. With the records that have 5 digits I need to add 3 zeros to the front of the number & the ones with 6 digits I need to add 2 zeros...
Back
Top Bottom