Search results

  1. R

    Movement within a form

    I would like to be able to press a button and move to another section(field) in my form. Can this be done and what is the code. Thanks.
  2. R

    Printing on front and back

    Two questions: I have a form that I need to press a button and print only the first form of the list of forms in the query. I also need to print the two page of the form on the front and back of the paper. Thanks always for the help.
  3. R

    Open form from associated form

    I have a form "a letter" with associated data that I want to open with a button from my primary form. When I made the button I associate the data but it opens all the the forms and displays the first data entry. What am I doing wrong. Thanks
  4. R

    Data from form and subform to another table

    I have a form with a sub form. I would like to have a button that would combine the data from the sub form with data from the main form to another different table. I can do it but it just over writes the data. I know will be simple but I haven't figured it out. Like being unable to spell a...
  5. R

    Microsoft Access can't find the macro '.'

    I get this error message (Microsoft Access can't find the macro '.'). How do I get rid of this? Thanks
  6. R

    Linked Tab forms

    I have a tabbed form that the employee will choose a vehicle from a list of available units. By pressing a button I want it to jump to a different tabbed page that will have another form that is linked to unit on the button page so the employee and update the data. Thanks
  7. R

    Update new table from form and subform

    I have a table called "tblMissions" and a table named "tblUnits" I have a form called frmMissions (to enter the different missions) and a subform called (frmUnits) for the unassigned units to choose from. I have button on the frmUnits subform to choose the unit which enters the mission...
  8. R

    Date format and auto number combo

    I have a query that I want the Now() function in the year only format and in an expression combine with the auto number one extra field to get the following: date YYYY-------Autonumber---------color----------exp1: ---2007--------------23--------------green-------2007-23-green Thanks for...
  9. R

    split/link/synchronize what the deal

    Ok, I’ve worked far too many hours to say and am now ready to put into action. I have some questions. I have multi uses that will use the db on our in-house network. So I plan to split the db. However I have other uses that must use the db that can not access the network. Here is my plan...
  10. R

    You can’t assign a value to this object

    I have a form that has a field (MedicalRecordNumber) which is null. I have another cascade sub form that is linked to that field. When I add a new record I get the following error: You can’t assign a value to this object. The object may be a control on a read-only form. The object may be on...
  11. R

    go to field

    I would like to move between all my fields in a form but when I get to the end I want to go back to the beginning and not open a new record. What happens is someone is tabbing and enters a new "duplicate" record. Can someone help? I entered a command button that pops up and stops them but I...
  12. R

    popup keypad

    I would like to make a form that would pop up in a standard keypad format. This would allow me to enter the number and on close, it would place it in a chosen field. I saw the one that was is a previous thread and it does make sense to me. Thanks for the help
  13. R

    Update form from subform

    I have a form that has a related pop up from. I have an IF/Then/else statment. I want to up date a field in the orginal form from that if/then/else statement. I can get my IF/Then/Else statement to work on the subform but I can get it to update the orginal form. I might have a problem with my...
  14. R

    Easy IFF question....I hope

    I have a form that I has a password field that matches the employee name. I want the employee to enter in a data field their password. If it matches I want another field (verified) (yes/no field) be marked as yes if it matches and no if does not. I did IFF([Text5]=[Password],[Verified],= -1...
  15. R

    Subtracting Time

    I have two times I need to subtract in a query. When I subtract these in the query I get a decimal point. How can I convert this data. Thanks
  16. R

    Update listbox after new data entered

    I have a form that student grades on. I use a listbox to pick the names. I also have a pop up form for me to enter new students that are not in the pop up "query" form. I can go to my form with the grades and hit a refresh button and the listbox is updated. I would like for my data to be...
  17. R

    Check box compiling

    I have a series of check boxes that once they are all checked, I need a field to say “Complete”. These are check boxes not option groups. Thanks
  18. R

    Learning VBA code ?

    I have learned so much from all the help that this forums provides. How and were do I start so I can give some back not just receive? Again thanks for all the help.
  19. R

    Combo box update

    I have a form that I use a combo box to pick a "department". When the department in no listed in the combo box I have a pop form to enter that department. My question is, how do I get my new "department" to be updated in the combo box so that I can select it. With out closing the form and...
  20. R

    Times totals

    I have a report based on a query that has [StartTime] and [EndTime]. I have a exp1 in my query ([EndTime]- [StartTime] that gives me my time worked for that entry. What I need, is that my report is divided by weeks from the date field and I need a total time “worked” by week and a grand total...
Back
Top Bottom