Search results

  1. S

    Form Fields not populated in Main Navigation form but works independently

    Hi ...I have created a form called Form1 which has some 7 fields in it. The fields are listed below Activity|StartDate |StartTime| Enddate |EndTime |ResourceIncharge| Machine| The fields resourceIncharge and Machine [combo box] gets the value based on Activity so I have a logic in select row...
  2. S

    Assigning Work to Employees using Barcode in ID Card

    @JLCantara ..yeah i have a barcode scanner with me to scan labels and cards ..Symbol LS 2208.
  3. S

    Assigning Work to Employees using Barcode in ID Card

    @IssKint ...Thanks for the information .. I am able to understand only few parts in your comment .. the form which I have has the field resource incharge which has the same barcode of employees (id card) ..so right now I have a table with all details ..what i thought is I could use an query or...
  4. S

    Assigning Work to Employees using Barcode in ID Card

    Hi ..I am Designing a Database for which I want assign activities to my employees so that when they scan their ID Card daily they will know what they are supposed to work. For this scenario I am using a barcode for each employees and this barcode will be present in their ID Card . Right now I...
  5. S

    Error 0x80070035 while accessing shared folder in different machine

    @GinaWhipp ..Yeah I did that and I make sure nobody is working on file in server.
  6. S

    Error 0x80070035 while accessing shared folder in different machine

    @spikepl.. sorry for missing that info..they are connected wireless.
  7. S

    Error 0x80070035 while accessing shared folder in different machine

    @spikepl ..Hi ..Both the machines is using Windows 7 Pro ..I have the front end and back end in my machine ( Win 7 Pro) in my local folder c>Database ..and this folder is shared with Authenticated Users , Users, Administrators and System .My Project mates connect to network , where under my...
  8. S

    Error 0x80070035 while accessing shared folder in different machine

    @GinaWhipp ..Hi..I solved the issue today , I did the following changes which made me to connect with other machines. 1. Disabled the windows firewall security 2. Enabling NetBIOS over TCP/IP for my wireless connection 3. unchecking Internet protocol version 6 TCP/IPV6 in wireless network...
  9. S

    Error 0x80070035 while accessing shared folder in different machine

    @Gina Whipp , yeah I can explain what I did so that you can understand better. I shared the front end file in the server , and then I used 2 of my colleague machine and opened the front end file , and gave file >save as to their c folder.. So that they can use the file in their c folder to...
  10. S

    Error 0x80070035 while accessing shared folder in different machine

    Hi ..I am facing a issue in accessing my db file in server. I just splitted my database into front end and back end , placed in a local folder which is shared in network . I opened the files in network from my colleague machine and everything was working fine yesterday .. but right now i am...
  11. S

    Newb Needs Help with intergrating scanner in to inventory DB

    @mgillespie21234 ....Yeah you can do that . I created a similar kind of database for my work. First create a table with Product name and Product barcode , Product barcode you can use Activex Controls add-in I guess, I used this BarCodeWiz_BC_ActiveX_Trial ..So your product barcode in table will...
  12. S

    Run-time Error 3073 : Operation must use an updateable query

    @GinaWhipp ..Yeah i will check them ..thank you
  13. S

    Run-time Error 3073 : Operation must use an updateable query

    @GinaWhipp...another doubt i mentioned is different one , its not related with relinking . When i share a folder in network with others we have options like adding Users , Groups , Administrators, so what happens if I give my manager name ..becoz i got my manager name in that list..but i had no...
  14. S

    Run-time Error 3073 : Operation must use an updateable query

    @GinaWhipp...oh okay..should i google to get those codes ?? Another doubt is while adding the users in security tab to access the particular file .. like we have Users , Systems ..what happens if i give particular person name ?? any idea on that?
  15. S

    Run-time Error 3073 : Operation must use an updateable query

    @GinaWhipp ..yeah it was working fine in all machines I tested so far :)
  16. S

    Run-time Error 3073 : Operation must use an updateable query

    @Gina Whipp ....I am using same currentdb.execute code ..I created the fe and be from beginning and it works fine for my system ..I need to check it my colleagues machine.. thanks so much @GinaWhipp @ranman256..
  17. S

    Run-time Error 3073 : Operation must use an updateable query

    @GinaWhipp ..Thanks for the response...yeah in front end i am able to append data in table , I am connected to access database not sql server backend. May i know how to resolve this issue now.?? @GinaWhipp @ranman256..Can i go ahead with code or shall i use query ??
  18. S

    Run-time Error 3073 : Operation must use an updateable query

    Hi .. I created a db in access in which the users login and enter few information in subform which gets stored into a table. Everything was working fine. I just splitted my db into front end and back end . I used my front end to work the same.. but when i click the save button I got an 3073...
  19. S

    Macro If - Else statement Not Working

    @arnelgp..hey i just saw code and it was working fine , i used a query yest to find the same and it worked but using if-else is more simple i guess..thanks for helping
  20. S

    Macro If - Else statement Not Working

    @arnelgp..thank you for the help ..yeah this is what i tried..but can you tell me how you created the macro RecordTable.TestForEightHrsOrMore and where can i find the codes for that. I think the worktime is modified from 00:00:06 AM to 12:00:06 AM , in that case every macro will just execute the...
Back
Top Bottom