Search results

  1. Y

    datediif for Number of minutes between two times that falls on different days

    Hi The_Doc_Man, I tried your solution but I still got the same result.
  2. Y

    datediif for Number of minutes between two times that falls on different days

    Dear, I am using datediff function to get the number of miunutes between to times: Me.WorkedMinutes = DateDiff("n", [OTIn], [OTOut]) and it works oK EXCEPT when I'm computing the minutes between two times that falls in different days. for exmaple number of minutes or hours worked betwen...
  3. Y

    Display English numbers in Arabic-Hindic format

    rolaaus, It's not about chaning dd/mm/yy to mm/dd/yy it's about displaying english numbers in arabic number format. "Unicode".
  4. Y

    Display English numbers in Arabic-Hindic format

    I did change the font but this didn't work! and I have the field display from Right-to-Left. There must be some other way?
  5. Y

    Display English numbers in Arabic-Hindic format?

    Hi, I've have an application where we display everything in English but sometime we would like to print reports which contains English numbers in Arabic-Hindic format. How can I accomplish this? PLEASE? Also, I tried to conver tbut I get ??/??/???? why is this? Thanks
  6. Y

    Display English numbers in Arabic-Hindic format

    Hi, I've have an application where we display everything in English but sometime we would like to print reports which contains English numbers in Arabic-Hindic format. How can I accomplish this? PLEASE? Also, I tried to conver tbut I get ??/??/???? why is this? Thanks
  7. Y

    Specifying number of decimals when exporting data

    Thank you DCrake... I will give this a look.
  8. Y

    Specifying number of decimals when exporting data

    Hi, I use the built in tools "Analyze data with excel to export" to export data from froms to excel and it works fine. The only problem is in the form and table I had specified 3 decimals but in excel the data is two decimals and I have to always reformat the cells manually to 3 decimals. Any...
  9. Y

    To which group is the current user a memeber of?

    Hi, Can anyone tell me how I can use VBA to figure out to which group the CurrentUser() belong to or memeber of? i.e. if current user belongs to Users group then if current user belongs to Admins....etc Thank you.
  10. Y

    AllowAdditions - PLEASE HELP!

    Perfect! Thank you.
  11. Y

    AllowAdditions - PLEASE HELP!

    Hi, I have a form "A" with a subform "B". The Subform allowadditions is set to no, however, I would like the user to click a button which is located on form "A if they like to add a record to the subform "B" but I keep getting an error! The code for the button on form a is the following...
  12. Y

    Enter Key Behavior

    Hi, I know that in forms you can change the Enter Key Behaviour for a text box from New Line in Field to Default which causes the cursor to move to the next field. How do I do that in Data Access pages? When I hit Enter inside a field it starts a new line! Thank you.
  13. Y

    Advance Data Access Pages

    Thanks! I'm using it for my Intranet. Can you please tell me the best place to look for the VBScript that would have a similar formula? Thank you.
  14. Y

    Advance Data Access Pages

    I have a table with three fields: AutoID : AutoNumber Name: Text RecordID: Number "Long Integer" I have created a form that aytomatically starts a new record and I have also placed the following Code in the form's module: Private Sub Form_Current() ' Comments: If this is the first entry then...
Back
Top Bottom