Search results

  1. 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...
  2. 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?
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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.:)
  8. 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...
  9. 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...
  10. 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