Search results

  1. J

    adding table to backend db

    luckily it was already sitting in the backend..just not selected when I linked the tables in front end as it was a copy of a table. All good.
  2. J

    adding table to backend db

    figured it out. I imported to the front end and used the link to command choice. Way too easy. :D
  3. J

    adding table to backend db

    Using Access 2016 Split db. did not select 1 of the tables when linking I now need to get that table into the be which is located on a backup copy of db Can I just import to the backend? And then, will I have to install new front end copy to everyone? or can I find in front end and link from...
  4. J

    table not populating

    So this is a DUH moment. My table is populating. When I run the query, there are 750 rows. the first 730 rows are blank because I didn't link with anything worthwhile, LOL! so it just gave me the autonumbers to blank data. The bottom 20 are being filled in with my data. Even with the lookup...
  5. J

    table not populating

    that doesn't make sense about the lookup field. I have numerous db's with drop downs with no issues.
  6. J

    table not populating

    yes it does have a lookup table.... I will definitely read up on this. Thanks
  7. J

    table not populating

    I will work on that today. The db has been in use for yrs so lot's of data to be stripped if I went that route. I'm adding this new subform. Thanks for all the help.
  8. J

    table not populating

    I'm thinking not...hippa violation. Wish I could...
  9. J

    table not populating

    Ok. so I removed the fields in table and qry and form. Still not populate. Changed control source of subform to just the table. nada. What in the world? I hate that this is besting me.
  10. J

    table not populating

    have to put my Access hat on this week. I created a table (tblsvctimes) I created a query(qrysvctimes) using table and created 2 fields using calculations to generate hrs and minutes I use this query in a subform linked to mainform by svcticketID. I populate the subform in couple different...
  11. J

    control reference error

    That's funny. I just added this form to my favs from a previous post I found. Thanks.
  12. J

    control reference error

    =[Forms]![EpisodeTable subform]![EpisodeID#] My formula to populate a field in a subform from another subform. Keep getting the #NAME? error on the field. Do I need to also reference the main form in this control? I just can't think anymore, and I've done this numerous times in the past...
  13. J

    userid code work for all but 1 form

    It was missing a general declaration on that specific form.
  14. J

    userid code work for all but 1 form

    I have a form upon opening a MSAccess 2016 db. It grabs the UserID. Option Compare Database Private Declare Function apiGetUserName Lib "advapi32.dll" Alias _ "GetUserNameA" (ByVal lpBuffer As String, nSize As Long) As Long Function fOSUserName() As String ' Returns the network login name...
  15. J

    no site admin

    Is it possible to get into an mdb that has security permissions and no one is able to make you a user of a group that has those permissions?
  16. J

    query relationships

    I did rename all the tables when I put the new table out there with the new fields. However, the relationships were looking for the 2-28-17 table so a lot of the forms were looking for that table instead of the episodetable. I've since restored a good version with the old table layout and...
  17. J

    query relationships

    wow..that will be monumental...so many relationships with this table
  18. J

    query relationships

    I've copied a table and added new fields I appended old records from old table without new fields. renamed old table and used the existing table name for the updated table. The original table was called episode table and I kept that name with the new fields added so would not have to change...
  19. J

    detail recs not show on form

    created a client form and placed in the details section of a form The form footer contains a tabbed section of subforms to go along with said client form. when form in view mode and all the fields are not populated in the client details section, it will only show those fields which are...
  20. J

    #email#

    comes over to the table too....
Back
Top Bottom