Search results

  1. J

    NotInList question

    Hi I am successfully using the following code for the Not In List Private Sub Meds_NotInList(NewData As String, Response As Integer) 'Add a new Medication by typing a name in the Meds box Dim intNewMeds As Integer, strTitle As String, intMsgDialog As Integer 'Display message box asking if...
  2. J

    Combo box linked to unbound field

    I've done this before but it is escaping me now any help would be appreciated. I have a combo Box that looks up activity code and activity desc it then saves the code on the form. What I want to do is then have an unbound field on the form that displays the description so the users sees both...
  3. J

    Need help Troubleshooting

    Need help. I have a database that I keep stats in for a league. It has multiple forms, subforms, reports in it. It starts with a timed splash screen that then opens to the switchboard. Last night after entering the data and running the reports there was an error and the database closed. I was...
  4. J

    Need Date Add Assistance

    Hi I have searched and have not found and answer. I have a loan database and need to calculate a Due date for return. The catch is that each item has a max days out number that the date is calculated on. I have tried an unbound text box on the form with the following in it's control =[loan...
  5. J

    limit new records on form

    HI I have a form that begins with a parameter Q thast asks for last name or 1st initial if you just enter with nothing it gives you all the records. When you enter D and there are no Ds yo9u get a blank record and I have a command button that takes you to add a new record. The issue is that I...
  6. J

    need to open excel in a window on a form

    Looking for some direction. I have a form with a command button that opens a particular excel spreadsheet. the form runs a count of records between a start and stop date. this number then needs to be entered into this excel spreadsheet. the way it operated now it opens excel and takes the user...
  7. J

    Need assistance

    Hi I have built a database and my report layout is fine and exactly as I want it to print BUT when you go to preview or print a message window appears stating "Some Data May Not be displayed" it then suggests going into the report and changing the layout. I know the report id fine and do not...
Back
Top Bottom