I have the following code for converting the hijri to greg but when i click, the conversion for the first time it displays the same date in greg and hjiri. I needed to change any date and then i click again then it changed to the correct date. I need to know a command that tells the system to go ahead and convert once.
Need help
Private Sub BankgurrantidateE_AfterUpdate()
Me.[Bankguaranteeexpirydate] = StDteHijriOfStDteGreg([BankgurrantidateE])
End Sub
Need help
Private Sub BankgurrantidateE_AfterUpdate()
Me.[Bankguaranteeexpirydate] = StDteHijriOfStDteGreg([BankgurrantidateE])
End Sub