اذهب الي المحتوي
أوفيسنا
بحث مخصص من جوجل فى أوفيسنا
Custom Search

الردود الموصى بها

قام بنشر
  في 1‏/3‏/2022 at 11:17, ازهر عبد العزيز said:

استخدم الكود 

Private Sub tot_AfterUpdate()
If Me.tot = 0 Then
Me.oldtot = Me.tot.OldValue
End If
End Sub

 

teatea.accdb 640 kB · 0 downloads

Expand  

شكرا اخي لكن ليس هذا ما اردت

اردت في نفس النموذج ينسخ الخانة السابقة من نفس العمود

  في 1‏/3‏/2022 at 11:22, عبدالقدوس48 said:

teatea.accdbهل هذا طلبك

Expand  

لا يا اخي 

الطلب

كي لا اعيد كتابة رقم موجود في الخانة السابقة من الكمية ... أضغط صفر فيكتب القيمة تلقائيا

قام بنشر
  في 1‏/3‏/2022 at 13:32, ازهر عبد العزيز said:

اعتقد اني وجدت الحل لك وذلك عن طريق الكود للاستاذ @Eng.Qassim

If Me.tot = 0 Then
Dim ID As Long
ID = CurrentRecord - 1
Me.tot.Value = DLookup("tot", "asas", "ID=" & ID)
End If

 

Expand  

تم بالفعل

جزاكم الله كل خير

  • Like 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

زائر
اضف رد علي هذا الموضوع....

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • تصفح هذا الموضوع مؤخراً   0 اعضاء متواجدين الان

    • لايوجد اعضاء مسجلون يتصفحون هذه الصفحه
×
×
  • اضف...

Important Information